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
)
Public Function GetCommand (
key As Object
) As ICommand
member GetCommand :
key : Object -> ICommand
Parameters
- key
- Type: SystemObject
Key of the property to get.
Return Value
Type:
ICommandThe command instance, or null if it is not set.
See Also