AutoCompleteAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the AutoCompleteAttribute class, specifying whether COM+ AutoComplete is enabled.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Parameters
- val
-
Type:
System::Boolean
true to enable AutoComplete in the COM+ object; otherwise, false.
Specifying a parameter value of false causes the AutoComplete attribute to be ignored.
The following code example creates a new AutoCompleteAttribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: