Class SelectedCardConverter
Convert the card names into String type.
Inheritance
System.Object
SelectedCardConverter
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SelectedCardConverter : StringConverter
Constructors
SelectedCardConverter()
Declaration
public SelectedCardConverter()
Methods
GetStandardValues(ITypeDescriptorContext)
Gets the Cards name as System.ComponentModel.TypeConverter.StandardValuesCollection
Declaration
public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.ITypeDescriptorContext | context |
Returns
| Type |
|---|
| System.ComponentModel.TypeConverter.StandardValuesCollection |
GetStandardValuesExclusive(ITypeDescriptorContext)
Indicates whether the list of standard values returned from GetStandardValues(ITypeDescriptorContext) is exclusive.
Declaration
public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.ITypeDescriptorContext | context | An System.ComponentModel.ITypeDescriptorContext that provides contextual information about the component or property. |
Returns
| Type |
|---|
| System.Boolean |
GetStandardValuesSupported(ITypeDescriptorContext)
Indicates whether the object supports a standard set of values that can be picked from a list.
Declaration
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.ITypeDescriptorContext | context | An System.ComponentModel.ITypeDescriptorContext that provides contextual information about the component or property. |
Returns
| Type |
|---|
| System.Boolean |