Skip to main content

XRDesignBarManager Methods

Provides bars to the End-User Report Designer.
Name Description
About() static Activates the About dialog. Inherited from BarManager.
BeginInit() Begins the runtime initialization of the BarManager. Inherited from BarManager.
BeginUpdate() Locks the BarManager object by preventing visual updates of the object and its elements until the EndUpdate method is called. Inherited from BarManager.
CloseMenus() Closes all dropdown and popup windows that belong to this BarManager. Inherited from BarManager.
CreateDesignTimeToolbar() This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BarManager.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Customize() Invokes the Customization Form. Inherited from BarManager.
Dispose() Releases all resources used by the Component. Inherited from Component.
EndInit() Notifies the control that initialization has been completed.
EndUpdate() Unlocks the BarManager object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BarManager.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ForceInitialize() Forces the Bar Manager to create bar item links within the BarManager’s bars and menus. Inherited from BarManager.
ForceLinkCreate() Forces the manager to create item links based on bar items. Inherited from BarManager.
GetBarItemByCommand(CommandID) Obsolete. Gets a bar item within the bar manager by its command.
GetBarItemImages() Returns the SvgImageCollection that contains default images displayed next to different bar item types in “Add New” menus at design time. Inherited from BarManager.
GetBarItemsByReportCommand(ReportCommand) Gets an array of bar items within the bar manager by their report command.
GetController() Returns the actual bar and dock controller specifying behavior and appearance settings for the corresponding bars. Inherited from BarManager.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetNewBarName() Returns a unique name for a bar which is about to be created. Inherited from BarManager.
GetNewItemId() This method is intended for internal use. Returns the new unique identifier of an item. Inherited from BarManager.
GetPopupContextMenu(Control) Gets the popup menu assigned to a control. Inherited from BarManager.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetString(BarString) Returns a localized string for the given string identifier. Inherited from BarManager.
GetToolboxType(Bar) Gets the Toolbox type used by the XRDesignBarManager.
GetToolTipController() Returns the actual tooltip controller that controls the behavior and appearance of hints for a container component’s elements. Inherited from ComponentEditorContainer.
GetType() Gets the Type of the current instance. Inherited from Object.
HideCustomization() Hides the Customization Window. Inherited from BarManager.
HideToolBarsPopup() Hides the customization menu. Inherited from BarManager.
Initialize(XRDesignPanel) Performs basic initialization of the created XRDesignBarManager object, and assigns the specified Design Panel to it.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
InternalGetService(Type) This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from BarManager.
LayoutChanged() Forces the BarManager to repaint itself after you have made certain modifications to its layout. Inherited from BarManager.
LockFireChanged() This is an internal method. Do not call it in your code. Inherited from BarManager.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
PerformClick(BarItem, BarItemLink) Fires the ItemClick events for the specified bar item and its link. Inherited from BarManager.
PerformClick(BarItem) Fires the ItemClick events for the specified bar item. Inherited from BarManager.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterCommandHandler(ICommandHandler) Obsolete. Registers the specified command handler.
ResetStyleDefaults() Obsolete. This method is obsolete. Use the BarAndDockingController.ResetStyleDefaults method of a bar and dock controller to restore style settings which depend on the current paint scheme. Inherited from BarManager.
ResetUsageData() Clears the record of menu items recently accessed by a user in their application and restores the default set of visible item controls to menus and bars. This action will not undo any explicit customizations. Inherited from BarManager.
RestoreFromRegistry() Restores the bars’ layout from the registry. Inherited from BarManager.
RestoreFromRegistry(String) Restores the bars’ layout from the registry. Inherited from BarManager.
RestoreFromStream(Stream) Restores the bars’ layout from a stream. Inherited from BarManager.
RestoreFromXml(String) Restores the BarManager component state from an xml file. Inherited from BarManager.
RestoreLayoutFromRegistry() Restores the bars’ layout from the system registry. Inherited from BarManager.
RestoreLayoutFromRegistry(String) Restores the bars’ layout from the specified system registry path. Inherited from BarManager.
RestoreLayoutFromStream(Stream) Restores the bars’ layout from the specified stream. Inherited from BarManager.
RestoreLayoutFromXml(String) Restores the bars’ layout from the specified XML file. Inherited from BarManager.
SaveLayoutToRegistry() Saves the bars’ layout to the system registry. Inherited from BarManager.
SaveLayoutToRegistry(String) Saves the bars’ layout to the specified system registry path. Inherited from BarManager.
SaveLayoutToStream(Stream) Saves the bars’ layout to a stream. Inherited from BarManager.
SaveLayoutToXml(String) Saves the bars’ layout to an XML file. Inherited from BarManager.
SaveToRegistry() Saves the BarManager component state to the system registry. Inherited from BarManager.
SaveToRegistry(String) Saves the BarManager component’s state to the system registry. Inherited from BarManager.
SaveToStream(Stream) Saves the BarManager component’s state to a stream. Inherited from BarManager.
SaveToXml(String) Saves the BarManager component state to an xml file. Inherited from BarManager.
SelectLink(BarItemLink) Selects the specified link. Inherited from BarManager.
SetCommandVisibility(CommandID, BarItemVisibility) Obsolete. Changes the visibility of any bar item which executes the specified command.
SetCommandVisibility(CommandID[], BarItemVisibility) Obsolete. Changes the visibility of any bar item which executes any of the specified commands.
SetPopupContextMenu(Control, PopupMenuBase) Sets the popup menu for a control within a form. Inherited from BarManager.
SetToolboxType(Bar, ToolboxType) Sets the Toolbox type used by the XRDesignBarManager.
ShowCustomizationForm() Invokes the Customization Form. Inherited from BarManager.
ShowToolBarsPopup() Displays the customization menu. Inherited from BarManager.
ShowToolBarsPopup(BarItemLink) Displays the customization menu at the position of the mouse cursor. Inherited from BarManager.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
UnlockFireChanged() This is an internal method. Do not call it in your code. Inherited from BarManager.
UnregisterCommandHandler(ICommandHandler) Obsolete. Unregisters the specified command handler.
UpdateLayout() This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BarManager.
See Also