BrowserButtonBar Class | ||
The BrowserButtonBar class is a control representing a button bar for a BrowserTextControl. It is inherited from the ButtonBarBase class which implements the most of its features. | ||
| Syntax: | [C#]
public class BrowserButtonBar : ButtonBarBase
[Visual Basic]
Public Class BrowserButtonBar
Inherits ButtonBarBase
| |
| Introduced: | 13.0 | |
Properties | ||
| Property | Description | |
| BorderStyle | Gets or sets the border style of the button bar. | |
| ButtonOffsets | Gets or sets an array of additional offsets, in pixels, between the buttons. | |
| ButtonPositions | Gets or sets an array of buttons the button bar consists of. | |
| ButtonSeparators | Gets or sets an array of boolean values specifying whether or not a separator is drawn between two buttons. | |
| ButtonStyle | Gets or sets the painting style of the buttons. | |
| DisplayColors | Gets or sets the colors of the button bar. | |
Methods | ||
| Method | Description | |
| ResetButtonOffsets | Resets the offset array to its default state. | |
| ResetButtonPositions | Resets the button array to its default state. | |
| ResetButtonSeparators | Resets the separator array to its default state. | |
| ResetDisplayColors | Resets all display colors of a button bar to their system dependent default values. | |
| See also: | Tool Bars, Graphical Overview. | |