KeyEventToCommandAssociatedKeys Property |
Gets or sets the associated keys.
Namespace:
Enkoni.Framework.UI.Mvvm
Assembly:
Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntaxpublic string AssociatedKeys { get; set; }
Public Property AssociatedKeys As String
Get
Set
public:
property String^ AssociatedKeys {
String^ get ();
void set (String^ value);
}
member AssociatedKeys : string with get, set
Property Value
Type:
String
See Also