AutomationPeer.IsPeripheralCore Method

Definition

Provides the peer’s behavior when a Microsoft UI Automation client accesses IsPeripheral or an equivalent Microsoft UI Automation client API.

protected:
 virtual bool IsPeripheralCore() = IsPeripheralCore;
bool IsPeripheralCore();
protected virtual bool IsPeripheralCore();
function isPeripheralCore()
Protected Overridable Function IsPeripheralCore () As Boolean

Returns

Boolean

bool

A Boolean value that indicates whether the automation element represents peripheral UI.

Applies to