DefaultAction Property (ElementAccessibleObject)
Gets a string that describes the default action of the object. Not all objects have a default action.
public override string DefaultAction {get;}
'Declaration
Public Overrides ReadOnly Property DefaultAction As String
Property Value
A description of the default action for an object, or a null reference (
Nothing in Visual Basic) if this object has no default action.