BCGControlBar Library for .NET
AddKeyTip Method




Syntax
'Declaration
 
Protected Sub AddKeyTip( _
   ByVal btn As ToolbarButton, _
   ByVal tipText As String, _
   ByVal split As Boolean _
) 
'Usage
 
Dim instance As KeyTipManager
Dim btn As ToolbarButton
Dim tipText As String
Dim split As Boolean
 
instance.AddKeyTip(btn, tipText, split)
protected void AddKeyTip( 
   ToolbarButton btn,
   string tipText,
   bool split
)
protected: void AddKeyTip( 
   ToolbarButton* btn,
   string* tipText,
   bool split
) 
protected:
void AddKeyTip( 
   ToolbarButton^ btn,
   String^ tipText,
   bool split
) 

Parameters

btn
tipText
split
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