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