AutomationElementIdentifiers.ClickablePointProperty 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 clickable point automation property. A valid clickable point property value is returned by the GetClickablePoint method.
public:
static property AutomationProperty ^ ClickablePointProperty { AutomationProperty ^ get(); };
static AutomationProperty ClickablePointProperty();
public static AutomationProperty ClickablePointProperty { get; }
var automationProperty = AutomationElementIdentifiers.clickablePointProperty;
Public Shared ReadOnly Property ClickablePointProperty As AutomationProperty
Property Value
The automation property identifier.