Intersoft ClientUI Documentation
Key Property (KeyBinding)



Gets or sets the Key of the KeyGesture associated with this KeyBinding.
Syntax
Public Property Key As Key
Dim instance As KeyBinding
Dim value As Key
 
instance.Key = value
 
value = instance.Key
public Key Key {get; set;}
public:
property Key Key {
   Key get();
   void set (    Key value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyBinding Class
KeyBinding Members

Send Feedback