ICommandBindingState Property
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
ICommandState State { get; }
ReadOnly Property State As ICommandState
Get
property ICommandState^ State {
ICommandState^ get ();
}
abstract State : ICommandState with get
Property Value
ICommandState
An
ICommandState instance that represents the managed states of the binding. Can be also used as a dynamic object
to set and get state entries as properties.