개발 도구와 언어 공부/Ms Access, VBA
MS ACCESS control type list #컨트롤 타입 #엑세스
바보처럼코딩하기
2022. 6. 23. 13:40
반응형
https://docs.microsoft.com/en-us/office/vba/api/access.accontroltype
AcControlType enumeration (Access)
- Article
- 02/08/2022
- 2 minutes to read
- 6 contributors
Specifies the type of control created by the CreateControl and CreateReportControl methods.
NameValueDescription
acAttachment | 126 | Attachment control |
acBoundObjectFrame | 108 | BoundObjectFrame control |
acCheckBox | 106 | CheckBox control |
acComboBox | 111 | ComboBox control |
acCommandButton | 104 | CommandButton control |
acCustomControl | 119 | ActiveX control |
acEmptyCell | 127 | EmptyCell control |
acImage | 103 | Image control |
acLabel | 100 | Label control |
acLine | 102 | Line control |
acListBox | 110 | ListBox control |
acNavigationButton | 130 | NavigationButton control |
acNavigationControl | 129 | NavigationControl control |
acObjectFrame | 114 | Unbound ObjectFrame control |
acOptionButton | 105 | OptionButton control |
acOptionGroup | 107 | OptionGroup control |
acPage | 124 | Page control |
acPageBreak | 118 | PageBreak control |
acRectangle | 101 | Rectangle control |
acSubForm | 112 | SubForm control |
acTabCtl | 123 | Tab control |
acTextBox | 109 | TextBox control |
acToggleButton | 122 | ToggleButton control |
acWebBrowser | 128 | WebBrowserControl control |
반응형