The WebSplitterBarProps type exposes the following members.

Constructors

  NameDescription
WebSplitterBarProps
Initializes a new instance of the WebSplitterBarProps class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Return the string representation of the object.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
BackColor
Gets or sets the background color of the splitter.
CollapseImageLength
Gets or sets the length of collapse/expand images.
CursorDisabled
Gets or sets the cursor to use when mouse over a disabled splitter. Can be any value defined in the CSS Cursor property.
CursorHSplit
Gets or sets the cursor to use when mouse over a horizontal splitter. Can be any value defined in the CSS Cursor property.
CursorVSplit
Gets or sets the cursor to use when mouse over a vertical splitter. Can be any value defined in the CSS Cursor property.
HasBackground
Gets or sets a value that indicates whether background image is used.
HasCustomCollapseImages
Gets or sets a value that indicates whether custom collapse/expand images are used.
HasRollOverImages
Gets or sets a value that indicates whether roll-over images are used.
HasThumbImage
Gets or sets a value that indicates whether thumb image are used.
HideControlsOnMouseOut
Gets or sets a value that indicates whether thumb image and collapse/expand buttons are hidden when mouse is not over splitter bar.
ImagesAlignment
Gets or sets the alignment of thumb image and collapse/expand buttons relative to the containing splitter.
ImagesExt
Gets or sets the file extension of custom images.
ImagesFolderUrl
Gets or sets the location of custom images.
ImagesThickness
Gets or sets the thickness of the thumb image and collapse/expand buttons.
LiveRefresh
Gets or sets a value that indicates whether the panel content are refreshed while dragging the splitter.
Thickness
Gets or sets the thickness of splitter bar.
ThicknessWhenDisabled
Gets or sets the thickness of disabled splitter bar. Set to -1 to have the same value as Thickness.
ThumbImageLength
Gets or sets the length of thumb images.
ToolTipCollapse
Gets or sets the tooltip of collapse button.
ToolTipExpand
Gets or sets the tooltip of expand button.
ToolTipThumb
Gets or sets the tooltip of thumb image.
ZIndex
Gets or sets the z-index of splitter bar.
ZIndexMode
Gets or sets the propagation mode of z-index of splitter bar.

See Also