BCGControlBar Library for .NET
RelatedBarSet Event




Occurs when the set of toolbars from the specified form is applied to the command manager.
Syntax
'Declaration
 
Public Event RelatedBarSet As RelatedBarSetHandler
'Usage
 
Dim instance As CommandBarManager
Dim handler As RelatedBarSetHandler
 
AddHandler instance.RelatedBarSet, handler
public event RelatedBarSetHandler RelatedBarSet
public: __event RelatedBarSetHandler* RelatedBarSet
public:
event RelatedBarSetHandler^ RelatedBarSet
Event Data

The event handler receives an argument of type RelatedBarSetEventArgs containing data related to this event. The following RelatedBarSetEventArgs properties provide information specific to this event.

PropertyDescription
CommandBar A parent command bar for Quick Customize button.
RelatedForm Returns the form  related to the command bar where the Quick Customize button is located.
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