AutomationElementIdentifiers.IsOffscreenProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the offscreen determination automation property. The offscreen status indicates whether the item referenced by the automation peer is off the screen. The current status is returned by the IsOffscreen method.
public:
static property AutomationProperty ^ IsOffscreenProperty { AutomationProperty ^ get(); };
static AutomationProperty IsOffscreenProperty();
public static AutomationProperty IsOffscreenProperty { get; }
var automationProperty = AutomationElementIdentifiers.isOffscreenProperty;
Public Shared ReadOnly Property IsOffscreenProperty As AutomationProperty
Property Value
The automation property identifier.