FormHTMLControl.autoDeclaration Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| autoDeclaration(Boolean) | |
| autoDeclaration() | Determines whether the system can declare a member variable that has the same name as the control. | 
autoDeclaration(Boolean)
public:
 override bool autoDeclaration(bool _value);public override bool autoDeclaration(bool _value);override this.autoDeclaration : bool -> boolPublic Overrides Function autoDeclaration (_value As Boolean) As BooleanParameters
- _value
- Boolean
If supplied, the property is set to this value.
Returns
Applies to
autoDeclaration()
Determines whether the system can declare a member variable that has the same name as the control.
public:
 override bool autoDeclaration();public override bool autoDeclaration();override this.autoDeclaration : unit -> boolPublic Overrides Function autoDeclaration () As BooleanReturns
true if the member variable can be declared for this control; otherwise, false.
Remarks
Controls cannot have identical names.