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