Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / IUiaButton Interface / Invoke Method

In This Topic
    Invoke Method (IUiaButton)
    In This Topic
    Request that the control initiate its action. Should return immediately without blocking. There is no way to determine what happened, when it happend, or whether anything happened at all.
    Syntax
    'Declaration
     
    
    Sub Invoke() 
    void Invoke()
    See Also