net472_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_AutoCompleteSetupAttribute - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteSetupAttribute constructor (1 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteSource autoCompleteSource = AutoCompleteSource.None)
parameter description
autoCompleteSource Sets AutoCompleteSource.

See Also


AutoCompleteSetupAttribute constructor (2 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(params string[] values)
parameter description
values Sets Values.

See Also


AutoCompleteSetupAttribute constructor (3 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(Type providerType)
parameter description
providerType Sets ProviderType.

See Also


AutoCompleteSetupAttribute constructor (4 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteMode autoCompleteMode, params string[] values)
parameter description
autoCompleteMode Sets AutoCompleteMode.
values Sets Values.

See Also


AutoCompleteSetupAttribute constructor (5 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteMode autoCompleteMode, Type providerType)
parameter description
autoCompleteMode Sets AutoCompleteMode.
providerType Sets ProviderType.

See Also


AutoCompleteSetupAttribute constructor (6 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteSource autoCompleteSource, 
    ComboBoxStyle dropDownStyle)
parameter description
autoCompleteSource Sets AutoCompleteSource.
dropDownStyle Sets DropDownStyle.

See Also


AutoCompleteSetupAttribute constructor (7 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(ComboBoxStyle dropDownStyle, params string[] values)
parameter description
dropDownStyle Sets DropDownStyle.
values Sets Values.

See Also


AutoCompleteSetupAttribute constructor (8 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(ComboBoxStyle dropDownStyle, Type providerType)
parameter description
dropDownStyle Sets DropDownStyle.
providerType Sets ProviderType.

See Also


AutoCompleteSetupAttribute constructor (9 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteMode autoCompleteMode, 
    AutoCompleteSource autoCompleteSource, ComboBoxStyle dropDownStyle)
parameter description
autoCompleteMode Sets AutoCompleteMode.
autoCompleteSource Sets AutoCompleteSource.
dropDownStyle Sets DropDownStyle.

See Also


AutoCompleteSetupAttribute constructor (10 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteMode autoCompleteMode, ComboBoxStyle dropDownStyle, 
    params string[] values)
parameter description
autoCompleteMode Sets AutoCompleteMode.
dropDownStyle Sets DropDownStyle.
values Sets Values.

See Also


AutoCompleteSetupAttribute constructor (11 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteMode autoCompleteMode, ComboBoxStyle dropDownStyle, 
    Type providerType)
parameter description
autoCompleteMode Sets AutoCompleteMode.
dropDownStyle Sets DropDownStyle.
providerType Sets ProviderType.

Exceptions

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[].

See Also


AutoCompleteSetupAttribute constructor (12 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteSource autoCompleteSource, 
    AutoCompleteMode autoCompleteMode, params string[] values)
parameter description
autoCompleteSource Sets AutoCompleteSource.
autoCompleteMode Sets AutoCompleteMode.
values Sets Values.

See Also


AutoCompleteSetupAttribute constructor (13 of 13)

Initializes a new instance of the AutoCompleteSetupAttribute class.

public AutoCompleteSetupAttribute(AutoCompleteMode autoCompleteMode, 
    AutoCompleteSource autoCompleteSource, ComboBoxStyle dropDownStyle, params string[] values)
parameter description
autoCompleteMode Sets AutoCompleteMode.
autoCompleteSource Sets AutoCompleteSource.
dropDownStyle Sets DropDownStyle.
values Sets Values.

Exceptions

exception condition
ArgumentException At least one auto-complete value must be provided.

See Also

⚠️ **GitHub.com Fallback** ⚠️