Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / ChangeEnabledButtonState Method

In This Topic
    ChangeEnabledButtonState Method (DropDownEditorViewBase)
    In This Topic
    Changes the value of the enabled state for buttons
    Syntax
    'Declaration
     
    
    Public Sub ChangeEnabledButtonState( _
       ByVal isEnabled As Boolean _
    ) 
    public void ChangeEnabledButtonState( 
       bool isEnabled
    )

    Parameters

    isEnabled
    See Also