Click or drag to resize

PropertyStoreGetCommand Method

Gets the command instance for the specified property key.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ICommand GetCommand(
	Object key
)

Parameters

key
Type: SystemObject
Key of the property to get.

Return Value

Type: ICommand
The command instance, or null if it is not set.
See Also