DocumentViewerBarManager Methods
A BarManager tailored to provide the toolbar, status bar and menu elements to the DocumentViewer.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 component that the initialization has been completed. Inherited from ComponentEditorContainer. |
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(PrintingSystemCommand) | Provides access to a bar item corresponding to the specified command. Inherited from PrintBarManager. |
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. |
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. |
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(PrintControl) | Performs basic initialization of the created PrintBarManager object and associates it with the specified PrintControl. Inherited from PrintBarManager. |
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. |
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. |
SetPopupContextMenu(Control, PopupMenuBase) | Sets the popup menu for a control within a form. Inherited from BarManager. |
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. |
UpdateCommands() | For internal use. Updates the bar items according to the current visibility state of the corresponding Printing System commands. Inherited from PrintBarManager. |
UpdateLayout() | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BarManager. |
See Also