NetXP 3.0 Reference

CommandBarManager Members

CommandBarManager overview

Public Instance Constructors

CommandBarManager Constructor Creates a new command bar manager.

Public Instance Properties

AutomaticStatePersistence Enable or disable the Automatic State Persistence feature. If enabled the customized layout made by the user is persisted into isolated storage.
BottomDock Gets or sets the bottom command bar dock on this form.
Container (inherited from Component) Gets the IContainer that contains the Component.
Form Gets or sets the form associated with this command bar manager. This must not be null.
LeftDock Gets or sets the left-side command bar dock on this form.
Renderer Gets or sets the renderer used to draw the command bars.
RightDock Gets or sets the right-side command bar dock on this form.
Site Internal. For designer support.
TopDock Gets or sets the top command bar dock on this form.

Public Instance Methods

AttachCommandBar Use this method to explicitly add a command bar to the manager without necessarily adding it to a dock.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
DetachCommandBar Use this method to explicitly remove a command bar from the manager without necessarily removing it from a dock.
Dispose (inherited from Component) Releases all resources used by the Component.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCommandBar Gets a command bar with the given ID.
GetCommandBars Returns the collection of command bars managed by the command bar manager.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
LoadLayoutOverloaded. Loads the current layout from a stream. Can be read as binary or as XML.
ResetAutoPersistent Reset Automatic State Persistence
SaveLayoutOverloaded. Saves the current layout to a stream. Can be written as binary or as XML.
ToString (inherited from Component) 

Public Instance Events

Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.
LoadedLayout Occurs when auto-persisted layout has been loaded.
LoadingLayout Occurs when auto-persisted layout is being loaded.
SavedLayout Occurs when auto-persisted layout has been saved.
SavingLayout Occurs when auto-persisted layout is being saved.

See Also

CommandBarManager Class | NETXP.Controls.Bars Namespace