CommandStateItem Property

Gets or sets the state value with the specified key.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Object? this[
	string key
] { get; set; }

Parameters

key  String
The key of the state value to get or set.

Property Value

Object

Implements

IReadOnlyDictionaryTKey, TValueItemTKey
IDictionaryTKey, TValueItemTKey

See Also