InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / DoDefaultAction Method

In This Topic
    DoDefaultAction Method (ElementAccessibleObject)
    In This Topic
    Performs the default action associated with this accessible object.
    Syntax
    'Declaration
     
    Public Overrides Sub DoDefaultAction() 
    public override void DoDefaultAction()
    Exceptions
    ExceptionDescription
    The default action for the control cannot be performed.
    See Also