The Ribbon
public class RibbonTextBox : System.Windows.Forms.ControlPublic Class RibbonTextBox
Inherits System.Windows.Forms.Control Introduced: X14.
| Constructor | Description |
|---|---|
| Ribbon |
Initializes a new instance of the Ribbon |
| Event | Description |
|---|---|
| Down |
Occurs as the text box's down button is clicked. |
| Text |
Occurs when text box's text is validated. |
| Up |
Occurs as the text box's up button is clicked. |
| Property | Description |
|---|---|
| Display |
Sets the Ribbon |
| Is |
Gets or sets a value indicating whether the Ribbon |
| Key |
Gets or sets the keyboard shortcut of the Ribbon |
| Label | Gets or sets the text that is displayed before the text box. |
| Large |
Gets or sets a 32x32 1/96 inch icon for this Ribbon |
| Parent |
Gets the Ribbon |
| Selected |
Gets or sets the text of the current selection in the text box. |
| Selection |
Gets or sets the number of characters in the current selection in the text box. |
| Selection |
Gets or sets the starting position of the text selected in the text box |
| Show |
Gets or sets a value whether the text box's up down buttons are shown or not. |
| Small |
Gets or sets a 16x16 1/96 inch icon for this Ribbon |
| Text | Overridden. |
| Text |
Gets or sets how text is aligned in the text box. |
| Text |
Gets or sets the text that is displayed behind the text box. |
| Text |
Gets or sets the width, in 1/96 inch, of the text box. |
| Tool |
Gets an object of type Ribbon |
| Validation |
Gets or sets the Ribbon |