ICommandStateEnabled Property
Gets or sets whether the command is enabled in the current binding.
Default value: .
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
bool Enabled { get; set; }
Property Enabled As Boolean
Get
Set
property bool Enabled {
bool get ();
void set (bool value);
}
abstract Enabled : bool with get, set
Property Value
Boolean if the command enabled and can be executed; otherwise,
.