AutoCompleteSetupAttribute constructor (1 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteSource autoCompleteSource = AutoCompleteSource. None)
AutoCompleteSetupAttribute constructor (2 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( params string[ ] values)
parameter
description
values
Sets Values
.
AutoCompleteSetupAttribute constructor (3 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( Type providerType)
AutoCompleteSetupAttribute constructor (4 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteMode autoCompleteMode, params string[ ] values)
AutoCompleteSetupAttribute constructor (5 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteMode autoCompleteMode, Type providerType)
AutoCompleteSetupAttribute constructor (6 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteSource autoCompleteSource,
ComboBoxStyle dropDownStyle)
AutoCompleteSetupAttribute constructor (7 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( ComboBoxStyle dropDownStyle, params string[ ] values)
AutoCompleteSetupAttribute constructor (8 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( ComboBoxStyle dropDownStyle, Type providerType)
AutoCompleteSetupAttribute constructor (9 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteMode autoCompleteMode,
AutoCompleteSource autoCompleteSource, ComboBoxStyle dropDownStyle)
AutoCompleteSetupAttribute constructor (10 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteMode autoCompleteMode, ComboBoxStyle dropDownStyle,
params string[ ] values)
AutoCompleteSetupAttribute constructor (11 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteMode autoCompleteMode, ComboBoxStyle dropDownStyle,
Type providerType)
exception
condition
ArgumentNullException
providerType
ArgumentException
The type '{providerType.FullName}' must define a public static property named '{requiredPropertyName}'. or The '{requiredPropertyName}' property on '{providerType.FullName}' must be of type string[].
ArgumentNullException
providerType
ArgumentException
The type '{providerType.FullName}' must define a public static property named 'Values'. or The 'Values' property on '{providerType.FullName}' must be of type string[].
AutoCompleteSetupAttribute constructor (12 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteSource autoCompleteSource,
AutoCompleteMode autoCompleteMode, params string[ ] values)
AutoCompleteSetupAttribute constructor (13 of 13)
Initializes a new instance of the AutoCompleteSetupAttribute
class.
public AutoCompleteSetupAttribute ( AutoCompleteMode autoCompleteMode,
AutoCompleteSource autoCompleteSource, ComboBoxStyle dropDownStyle, params string[ ] values)
exception
condition
ArgumentException
At least one auto-complete value must be provided.