-
Notifications
You must be signed in to change notification settings - Fork 1
net472_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_AutoCompleteSetupAttribute
Initializes a new instance of the AutoCompleteSetupAttribute class.
public AutoCompleteSetupAttribute(AutoCompleteSource autoCompleteSource = AutoCompleteSource.None)| parameter | description |
|---|---|
| autoCompleteSource | Sets AutoCompleteSource. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Initializes a new instance of the AutoCompleteSetupAttribute class.
public AutoCompleteSetupAttribute(params string[] values)| parameter | description |
|---|---|
| values | Sets Values. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Initializes a new instance of the AutoCompleteSetupAttribute class.
public AutoCompleteSetupAttribute(Type providerType)| parameter | description |
|---|---|
| providerType | Sets ProviderType. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Initializes a new instance of the AutoCompleteSetupAttribute class.
public AutoCompleteSetupAttribute(AutoCompleteMode autoCompleteMode, params string[] values)| parameter | description |
|---|---|
| autoCompleteMode | Sets AutoCompleteMode. |
| values | Sets Values. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Initializes a new instance of the AutoCompleteSetupAttribute class.
public AutoCompleteSetupAttribute(AutoCompleteMode autoCompleteMode, Type providerType)| parameter | description |
|---|---|
| autoCompleteMode | Sets AutoCompleteMode. |
| providerType | Sets ProviderType. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Initializes a new instance of the AutoCompleteSetupAttribute class.
public AutoCompleteSetupAttribute(AutoCompleteSource autoCompleteSource,
ComboBoxStyle dropDownStyle)| parameter | description |
|---|---|
| autoCompleteSource | Sets AutoCompleteSource. |
| dropDownStyle | Sets DropDownStyle. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Initializes a new instance of the AutoCompleteSetupAttribute class.
public AutoCompleteSetupAttribute(ComboBoxStyle dropDownStyle, params string[] values)| parameter | description |
|---|---|
| dropDownStyle | Sets DropDownStyle. |
| values | Sets Values. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Initializes a new instance of the AutoCompleteSetupAttribute class.
public AutoCompleteSetupAttribute(ComboBoxStyle dropDownStyle, Type providerType)| parameter | description |
|---|---|
| dropDownStyle | Sets DropDownStyle. |
| providerType | Sets ProviderType. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
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. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
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. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
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. |
| 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[]. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
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. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
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. |
| exception | condition |
|---|---|
| ArgumentException | At least one auto-complete value must be provided. |
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers