Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Control Class / PerformAction Method


In This Topic
    PerformAction Method (Control)
    In This Topic
    Generates a Action event for a button.
    Syntax
    'Declaration
     
    
    Public Sub PerformAction() 
    'Usage
     
    
    Dim instance As Control
     
    instance.PerformAction()
    public void PerformAction()
    See Also