RibbonTextBoxItem Constructors
A ribbon item used to display the text box functionality.| Name | Parameters | Description |
|---|---|---|
| RibbonTextBoxItem() | none | Initializes a new instance of the RibbonTextBoxItem class with default settings. |
| RibbonTextBoxItem(String, String) | name, text | Initializes a new instance of the RibbonTextBoxItem class with the specified name and text. |
| RibbonTextBoxItem(String) | name | Initializes a new instance of the RibbonTextBoxItem class with the specified name. |
See Also