Wimark.Controls Class Library  

ToolBars Members

ToolBars overview

Public Constructors

public constructorToolBars Constructor Initializes a new instance of the ToolBars class.

Public Properties

public propertyAllowCustomize Gets and sets a value indicating whether the user should be able to customize toolbars.
public propertyAppearance Gets or set the value that determines the appearance of a toolbar and its buttons.
public propertyBars Gets a value indicating the collection of ToolBar objects associated with a form.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyFont Gets or sets the font of the text displayed by the toolbar.
public propertyImageList The ImageList from which this toolbar takes its images.
public propertyMenuCommands Gets the collection of CommandItem objects used to create the popup menu.
public propertyOwnerForm Gets or sets the form the toolbars are associated to.
public propertyResetFileName Gets or sets the name of the file containing the original toolbar layout.
public propertyRightToLeft Gets or sets whether the text displayed by the toolbar is displayed from right to left.
public propertyShowToolTips Gets or sets a value indicating whether the toolbar displays a ToolTip for each button.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.
public propertyTextAlign Gets or sets the alignment of text in relation to each image displayed on the toolbar button controls.

Public Methods

public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (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.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodLoadState Loads and initiates the state of ToolBar components from an XML stream.
public methodSaveState Saves the state of the ToolBar components to an XML stream .
public methodToString (inherited from Component) Overridden. See Object.ToString.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.
public eventToolBarDocked Occurs when a ToolBar component is docked.
public eventToolBarFloating Occurs when a ToolBar component is added to a floating tool window.
public eventToolBarHidden Occurs when a ToolBar component is hidden.

Protected Properties

protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Methods

protected methodCreateCustomizeToolBarsForm Creates a dialog where the user can customize toolbars.
protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodFinalize (inherited from Component) Overridden. See Object.Finalize.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
protected methodOnToolBarDocked Raises the ToolBarDocked event.
protected methodOnToolBarFloating Raises the ToolBarFloating event.
protected methodOnToolBarHidden Raises the ToolBarHidden event.

See Also

ToolBars Class | Wimark.Controls Namespace