CommandStateItem Property
Gets or sets the state value with the specified key.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Object? this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As Object
Get
Set
public:
virtual property Object^ default[String^ key] {
Object^ get (String^ key) sealed;
void set (String^ key, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
- key String
- The key of the state value to get or set.
ObjectIReadOnlyDictionaryTKey, TValueItemTKeyIDictionaryTKey, TValueItemTKey