NetXP 3.0 Reference

CommandBarLabelItem Members

CommandBarLabelItem overview

Public Instance Constructors

CommandBarLabelItemOverloaded. Initializes a new instance of the CommandBarLabelItem class.

Public Instance Properties

Container (inherited from Component) Gets the IContainer that contains the Component.
ContainerControl (inherited from CommandBarItem) The item's container control.
Enabled See CommandBarItem
Infrequent (inherited from CommandBarItem) Is this item infrequent?
MenuSelectable See CommandBarItem
PadHorizontal (inherited from CommandBarItem) The item's horizontal padding.
PadVertical (inherited from CommandBarItem) The item's vertical padding.
Site (inherited from Component) Gets or sets the ISite of the Component.
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 Resets to default options.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
OnBoundsChanged See CommandBarItem
OnContainerChanged See CommandBarItem
ProcessMouseDown See CommandBarItem
ProcessMouseMove See CommandBarItem
ProcessMouseUp 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.
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

CommandBarLabelItem Class | NETXP.Controls.Bars Namespace