IExecutableCommand.SetEnabledState(Nullable<Boolean>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set this command as enabled, disabled, or null
to determine the enabled state from registered metadata.
Setting this value to null will fall back to using the registered metadata context rule if one was provided.
public void SetEnabledState (bool? isEnabled);
abstract member SetEnabledState : Nullable<bool> -> unit
Public Sub SetEnabledState (isEnabled As Nullable(Of Boolean))