Forms2OleControlType enumeration
Forms2OleControlType enumeration
Enumerates types of Forms 2.0 controls.
Members
| Name | Description |
|---|---|
| OptionButton | A radio button control. |
| Label | A control that displays text. |
| Textbox | A control that allows the user to enter text. |
| CheckBox | A control that allows the user to select or deselect an option. |
| ToggleButton | A control that allows the user to toggle between two states. |
| SpinButton | A control that allows the user to increase or decrease a value. |
| ComboBox | A control that allows the user to select an item from a list. |
| Frame | A control that groups other controls. |
| MultiPage | A control that displays multiple pages of content. |
| TabStrip | A control that allows the user to switch between multiple pages of content. |
| CommandButton | A button that triggers an action when clicked. |
| Image | A control that displays an image. |
| ScrollBar | A control that allows the user to scroll through content. |
| Form | A container for other controls. |
| ListBox | A control that displays a list of items. |
See Also
- module Aspose.Words.Drawing.Ole