GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.WPF.GanttView 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