The SplitterBar type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCollapsedCssClass
Gets or sets the css class name for rendering the splitter bar while it is collapsed.
Public propertyCollapseHoverImageUrl
Gets or sets the url of image that to collapse the splitter bar when mouse is over it.
Public propertyCollapseImageUrl
Gets or sets the url of image that to collapse the splitter bar.
Public propertyCssClass
Gets or sets the css class name for rendering the splitter bar.
Public propertyDragCssClass
Gets or sets the css class name for rendering the splitter bar while it is beeing dragged.
Public propertyExpandHoverImageUrl
Gets or sets the url of image that to expand the splitter bar when mouse is over it.
Public propertyExpandImageUrl
Gets or sets the url of image that to expand the splitter bar.
Public propertyHoverCssClass
Gets or sets the css class name for rendering the splitter bar while mouse is over it.
Public propertyToolTip
Gets or sets the tooltip when mouse is over the splitter bar.
Public propertyWidth
Gets or sets the width of the splitter bar in pixels.

See Also