ICreate.Controls.Bars Send comments on this topic.
ButtonBarSeparator Class Members
See Also  Properties  Methods  Events
ICreate.Controls.Bars Namespace : ButtonBarSeparator Class


The following tables list the members exposed by ButtonBarSeparator.

Public Constructors

 NameDescription
Public ConstructorButtonBarSeparator ConstructorInitialises a new instance of the ButtonBarSeparator class.  
Top

Public Properties

 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyEnabledGets or sets a value indicating whether the BarItem can respond to user interaction. (Inherited from BarItem)
Public PropertyIndexGets or sets the index of the BarItem in the collection of BarItems. (Inherited from BarItem)
Public PropertyNameGets or sets the name of the BarItem. (Inherited from BarItem)
Public PropertyParentGets or sets the ButtonBar to which the ButtonBarItem belongs. (Inherited from ButtonBarItem)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTagGets or sets the object containing supplemental data about the BarItem. (Inherited from BarItem)
Public PropertyVisibleGets or sets if the BarItem is visible. (Inherited from BarItem)
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToStringReturns the Name of the BarItem. (Inherited from BarItem)
Top

Public Events

 NameDescription
Public EventClickOccurs when the BarItem is clicked, or the BarItem has the input focus and the enter key or space bar is pressed. (Inherited from BarItem)
Public EventColdOccurs when the mouse cursor moves off the BarItem. (Inherited from BarItem)
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventHotOccurs when the mouse cursor moves over the BarItem. (Inherited from BarItem)
Public EventPropertyChangedOccurs when a property of the BarItem changes. (Inherited from BarItem)
Top

See Also