AutomationPeer.IsPeripheral 方法

定義

取得布爾值,指出自動化專案是否代表周邊UI。

public:
 virtual bool IsPeripheral() = IsPeripheral;
bool IsPeripheral();
public bool IsPeripheral();
function isPeripheral()
Public Function IsPeripheral () As Boolean

傳回

Boolean

bool

布爾值,指出自動化專案是否代表周邊UI。

備註

周邊UI隨即出現並支援用戶互動,但在出現時不會取得鍵盤焦點。 周邊UI的範例包括彈出視窗、飛出視窗、操作功能表或浮動通知。

適用於