Forms2OleControlType enumeration

Forms2OleControlType enumeration

Enumerates types of Forms 2.0 controls.

Members

NameDescription
OptionButtonA radio button control.
LabelA control that displays text.
TextboxA control that allows the user to enter text.
CheckBoxA control that allows the user to select or deselect an option.
ToggleButtonA control that allows the user to toggle between two states.
SpinButtonA control that allows the user to increase or decrease a value.
ComboBoxA control that allows the user to select an item from a list.
FrameA control that groups other controls.
MultiPageA control that displays multiple pages of content.
TabStripA control that allows the user to switch between multiple pages of content.
CommandButtonA button that triggers an action when clicked.
ImageA control that displays an image.
ScrollBarA control that allows the user to scroll through content.
FormA container for other controls.
ListBoxA control that displays a list of items.

See Also