API version 15
iOSAndroidWindows
|
説明 |
端末のBluetooth設定画面を表示します。
|
|
|
呼出形式 |
Runtime.ShowBluetoothSettings();
|
|
|
戻り値 |
なし
|
|
|
引数 |
なし
|
|
|
例外 |
なし |
|
|
使用例 |
Button btnShowBluetoothSettings {
X = 10;
Y = 10;
Width = 150;
Height = 24;
Title = "Bluetooth設定画面を表示";
Function OnTouch( e ) {
Runtime.ShowBluetoothSettings();
}
}
|
|
|
関連項目 |
||