BandType | Gets or sets the type of this band. |
Bounds | Gets a value that specifies the bounds of the band in the rebar that contains it. |
Buttons | Gets a collection containing the buttons in the band. |
CanCustomize | Gets or sets whether a "Customize" menu item is displayed in the toggle menu. |
CanToggle | Gets or sets whether whether the band is displayed in the toggle menu, allowing the user to show and hide the band at runtime. |
ClientRectangle | Gets a value that specifies the bounds of the client area of the band. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
CustomizeAutoSize | Gets or sets whether the size of the band is automatically adjusted when the band is customized. |
DrawMode | Gets or sets whether the buttons on this band are drawn using your own custom code. |
FullWidth | Gets or sets whether the band is the full width of the rebar. |
HasChevron | Gets or sets a value that specifies whether a chevron button will be displayed for the band. |
HasSizeGrip | Gets or sets whether the band has a size grip that allows it to be moved and resized by the user. |
Image | Gets or sets the Image displayed on the band. |
Index | Gets the index of this band in the collection of bands for the rebar control that owns it. |
IndexOnRow | Gets the index of this band in the row that currently contains it. |
IsFirst | Gets a value that indicates whether this band is positioned as the first band on the rebar. |
IsFirstOnRow | Gets a value that indicates whether this band is positioned as the first band on the row. |
IsLast | Gets a value that indicates whether this band is positioned as the last band on the rebar. |
IsLastOnRow | Gets a value that indicates whether this band is positioned as the last band on the row. |
MinimumSize | Gets or sets the minimum size of the client area of the band. |
Name | Gets or sets the name of the band. |
NextBand | Gets the rebar band that is positioned after this one. |
Parent | Gets the Rebar control to which this band is assigned. |
PreviousBand | Gets the rebar band that is positioned before this one. |
Row | Gets the RebarRow that currently contains this band. |
ShowIconOptions | Gets or sets whether the customize dialog displays a combo box to choose between small and large icons. |
ShowTextOptions | Gets or sets whether the customize dialog displays a combo box to choose how text is displayed. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
SpecifiedWidth | Gets or sets the specified width of the band. The actual width of the band may be different from the specified width when it expands to the full width of the rebar control. |
State | Gets the RebarBandState of the rebar. |
Text | Gets or sets the text displayed on the band. |
TextAlign | Gets or sets a value that specifies how text is aligned on buttons. |
TextVisible | Gets or sets whether the band text is displayed on the band. |
UseLargeImages | Gets or sets whether large images are drawn on the buttons for this band. |
Visible | Gets or sets whether the band is visible at runtime. |