ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / ClickButton Method

In This Topic
    ClickButton Method (C1GanttView)
    In This Topic
    Simulates a click on the toolbar button specified by the 'button' parameter.
    Syntax
    'Declaration
     
    Public Sub ClickButton( _
       ByVal button As CommandButton _
    ) 
    public void ClickButton( 
       CommandButton button
    )

    Parameters

    button
    See Also