BCGControlBar Library for .NET
AddShortcut Method (ToolbarButton)




A shortcut to be associated with.
Called by the framework to associate any shortcut with this ToolbarButton.
Syntax
'Declaration
 
Public Sub AddShortcut( _
   ByVal shortcut As Shortcut _
) 
'Usage
 
Dim instance As ToolbarButton
Dim shortcut As Shortcut
 
instance.AddShortcut(shortcut)
public void AddShortcut( 
   Shortcut shortcut
)
public: void AddShortcut( 
   Shortcut shortcut
) 
public:
void AddShortcut( 
   Shortcut shortcut
) 

Parameters

shortcut
A shortcut to be associated with.
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

ToolbarButton Class
ToolbarButton Members

Send Feedback