B
BaBaBo
Dear All:
This question is regarding the following code.
Dim ctl As Control
WHAT I UNDERSTAND ABOUT THE ABOVE CODE
I understand that we are creating a Dimention to store the "Intrinsic
Constant" value for what ever type of control, such as combobox or text box
etc, the procedure is focused on.
I also understand that being I am intrested specifically in a combobox I
could write:
Dim ctl As acComboBox
WHAT I DO NOT UNDERSTAND ABOUT THE CODE
and can not find online is:
What is the acComboBox intrinsic constant value?
Is it an index number or a string or a Boolan.
The following statement taken from:
http://msdn.microsoft.com/en-us/library/aa158802(office.10).aspx
The ControlType property setting is an intrinsic constant that specifies the
control type.
The above statement confuses me. Is it saying the acComboBox value is the
entirity of all of the standard properties for a combobox?
Thanks in advance for all your help.
This question is regarding the following code.
Dim ctl As Control
WHAT I UNDERSTAND ABOUT THE ABOVE CODE
I understand that we are creating a Dimention to store the "Intrinsic
Constant" value for what ever type of control, such as combobox or text box
etc, the procedure is focused on.
I also understand that being I am intrested specifically in a combobox I
could write:
Dim ctl As acComboBox
WHAT I DO NOT UNDERSTAND ABOUT THE CODE
and can not find online is:
What is the acComboBox intrinsic constant value?
Is it an index number or a string or a Boolan.
The following statement taken from:
http://msdn.microsoft.com/en-us/library/aa158802(office.10).aspx
The ControlType property setting is an intrinsic constant that specifies the
control type.
The above statement confuses me. Is it saying the acComboBox value is the
entirity of all of the standard properties for a combobox?
Thanks in advance for all your help.