Intersoft ClientUI Documentation
Key Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > KeyBinding Class : Key Property






Gets or sets the Key of the KeyGesture associated with this KeyBinding.

Syntax

Visual Basic (Declaration) 
Public Property Key As Key
Visual Basic (Usage)Copy Code
Dim instance As KeyBinding
Dim value As Key
 
instance.Key = value
 
value = instance.Key
C# 
public Key Key {get; set;}
Delphi 
public read-write property Key: Key; 
JScript 
public function get,set Key : Key
Managed Extensions for C++ 
public: __property Key get_Key();
public: __property void set_Key( 
   Key value
);
C++/CLI 
public:
property Key Key {
   Key get();
   void set (    Key value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.