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