반응형
https://docs.microsoft.com/en-us/office/vba/api/access.accontroltype
AcControlType enumeration (Access)
Office VBA reference topic
docs.microsoft.com
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 |
반응형
'개발 도구와 언어 공부 > Ms Access, VBA' 카테고리의 다른 글
| MS-ACCESS accommand (0) | 2022.11.08 |
|---|---|
| 세금계산서용 엑셀파일 작성시 생각 할 소소한 것들과 코드 (0) | 2022.07.06 |
| 엑세스(VBA)로 국내주식, 해외주식, 코인 현재가, 등락율 가져오기 (0) | 2022.03.22 |
| VBA module 닫기 코드 (0) | 2021.12.14 |
| 기본값 프린터 설정 코드 VBA (0) | 2021.12.14 |