BCGControlBar Library for .NET
SetKeyTipMode Method




Syntax
'Declaration
 
Protected Sub SetKeyTipMode( _
   ByVal value As Boolean, _
   ByVal withTimer As Boolean _
) 
'Usage
 
Dim instance As KeyTipManager
Dim value As Boolean
Dim withTimer As Boolean
 
instance.SetKeyTipMode(value, withTimer)
protected void SetKeyTipMode( 
   bool value,
   bool withTimer
)
protected: void SetKeyTipMode( 
   bool value,
   bool withTimer
) 
protected:
void SetKeyTipMode( 
   bool value,
   bool withTimer
) 

Parameters

value
withTimer
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