AcControlType Enumeration
Specifies the type of control created by the CreateControl and CreateReportControl methods.
Name | Value | Description |
|---|---|---|
acAttachment | 126 | Attachment control. |
acBoundObjectFrame | 108 | Bound Object Frame control. |
acCheckBox | 106 | Check Box control. |
acComboBox | 111 | Combo Box control. |
acCommandButton | 104 | Command Button control. |
acCustomControl | 119 | ActiveX control. |
acEmptyCell | 127 | EmptyCell control. |
acImage | 103 | Image control. |
acLabel | 100 | Label control. |
acLine | 102 | Line control. |
acListBox | 110 | List Box control. |
acNavigationButton | 130 | Navigation Button control. |
acNavigationControl | 129 | Navigation control. |
acObjectFrame | 114 | Unbound Object Frame control. |
acOptionButton | 105 | Option Button control. |
acOptionGroup | 107 | Option Group control. |
acPage | 124 | Page control. |
acPageBreak | 118 | Page Break control. |
acRectangle | 101 | Rectangle control. |
acSubform | 112 | Subform control. |
acTabCtl | 123 | Tab control. |
acTextBox | 109 | Text Box control. |
acToggleButton | 122 | Toggle Button control. |
acWebBrowser | 128 | Web browser control. |