[]
        
(Showing Draft Content)

C1.Win.Input.Base.Views.InputEditorViewBase.ChangeEnabledButtonState

ChangeEnabledButtonState Method

ChangeEnabledButtonState(bool)

Changes the value of the enabled state for buttons

Declaration
public void ChangeEnabledButtonState(bool isEnabled)
Public Sub ChangeEnabledButtonState(isEnabled As Boolean)
Parameters
Type Name Description
bool isEnabled
Implements