InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / DefaultAction Property

In This Topic
    DefaultAction Property (ElementAccessibleObject)
    In This Topic
    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
    public override string DefaultAction {get;}

    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