NetXP 3.0 Reference

CommandBarExpansionItem Members

CommandBarExpansionItem overview

Public Instance Constructors

CommandBarExpansionItem ConstructorInitializes a new instance of the CommandBarExpansionItem class.

Public Instance Properties

Checked (inherited from CommandBarButtonItem) Is this item checked (depressed)?
CheckType (inherited from CommandBarButtonItem) How the item displays checkmarks.
Container (inherited from Component) Gets the IContainer that contains the Component.
ContainerControl (inherited from CommandBarItem) The item's container control.
DefaultItem (inherited from CommandBarButtonItem) Does this item show its text bold when shown on a menu?
DropUp (inherited from CommandBarButtonItem) Gets or sets if this item is dropped up instead of down.
Enabled (inherited from CommandBarItem) Is this item enabled?
HotImage (inherited from CommandBarButtonItem) The item's hot image.
Image (inherited from CommandBarButtonItem) The item's image.
Infrequent (inherited from CommandBarItem) Is this item infrequent?
Items (inherited from CommandBarButtonItem) A collection of CommandBarItem objects shown in the submenu of this item.
MenuSelectable (inherited from CommandBarItem) Can this item be selected in a menu?
PadHorizontal (inherited from CommandBarItem) The item's horizontal padding.
PadVertical (inherited from CommandBarItem) The item's vertical padding.
Shortcut (inherited from CommandBarButtonItem) The item's shortcut key (if a menu item).
ShowText (inherited from CommandBarButtonItem) Does this item show its text?
Site (inherited from Component) Gets or sets the ISite of the Component.
Style (inherited from CommandBarButtonItem) The item's display style.
Tag (inherited from CommandBarItem) An object associated with this item.
Text (inherited from CommandBarItem) The item's text.
Visible (inherited from CommandBarItem) Is this item visible?

Public Instance Methods

CalculateSize See CommandBarItem
CalculateSizeMenu See CommandBarItem
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.
Dispose (inherited from Component) Releases all resources used by the Component.
Draw See CommandBarItem
DrawMenu See CommandBarItem
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
Initialize (inherited from CommandBarButtonItem) Resets the item to default properties.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
OnBoundsChanged (inherited from CommandBarButtonItem) See CommandBarItem
OnContainerChanged (inherited from CommandBarButtonItem) See CommandBarItem
ProcessMouseDown (inherited from CommandBarButtonItem) See CommandBarItem
ProcessMouseMove (inherited from CommandBarButtonItem) See CommandBarItem
ProcessMouseUp (inherited from CommandBarButtonItem) See CommandBarItem
ResumeEvents (inherited from CommandBarItem) Resumes events.
SuspendEvents (inherited from CommandBarItem) Suspends events.
ToString (inherited from CommandBarItem) Gives a string representation of this item.

Public Instance Events

Changed (inherited from CommandBarItem) Called when the item's properties are changed.
Click (inherited from CommandBarItem) Called when the item is clicked.
Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.
DropDown (inherited from CommandBarButtonItem) Called when a dropdown menu is shown. Cancel the event in order to avoid showing the default popup menu.
Enter (inherited from CommandBarButtonItem) See IStatusMessageProvider.
Hover (inherited from CommandBarItem) Called when the mouse moves over the item.
Leave (inherited from CommandBarItem) Called when the mouse has left the item.

See Also

CommandBarExpansionItem Class | NETXP.Controls.Bars Namespace