ICommand.SetVisibilityState(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 visible, invisible, or null
to determine the visibility 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 SetVisibilityState (bool? isVisible);
abstract member SetVisibilityState : Nullable<bool> -> unit
Public Sub SetVisibilityState (isVisible As Nullable(Of Boolean))