BCGControlBar Library for .NET
ShowShortCutsInToolTips Property




Specifies if shortcuts for the commands of the toolbar buttons are displayed in tooltips.
Syntax
'Declaration
 
Public Property ShowShortCutsInToolTips As Boolean
'Usage
 
Dim instance As CommandBarManager
Dim value As Boolean
 
instance.ShowShortCutsInToolTips = value
 
value = instance.ShowShortCutsInToolTips
public bool ShowShortCutsInToolTips {get; set;}
public: __property bool get_ShowShortCutsInToolTips();
public: __property void set_ShowShortCutsInToolTips( 
   bool value
);
public:
property bool ShowShortCutsInToolTips {
   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

CommandBarManager Class
CommandBarManager Members

Send Feedback