C1.Win.4.8 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / DefaultAction Property

DefaultAction Property (ElementAccessibleObject)
Gets a string that describes the default action of the object. Not all objects have a default action.
Syntax
'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.
Exceptions
ExceptionDescription
The default action for the control cannot be retrieved.
See Also