BCGControlBar Library for .NET
KeyTipMode Property




Indicates whether the key tip mode is on, or off. When the Key Tip mode is on all keyboard messages are processed by the key tip manager first.
Syntax
'Declaration
 
Public Property KeyTipMode As Boolean
'Usage
 
Dim instance As KeyTipManager
Dim value As Boolean
 
instance.KeyTipMode = value
 
value = instance.KeyTipMode
public bool KeyTipMode {get; set;}
public: __property bool get_KeyTipMode();
public: __property void set_KeyTipMode( 
   bool value
);
public:
property bool KeyTipMode {
   bool get();
   void set (    bool 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

KeyTipManager Class
KeyTipManager Members

Send Feedback