WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedCardConverter

    Show / Hide Table of Contents

    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 Description
    System.ComponentModel.TypeConverter.StandardValuesCollection

    GetStandardValuesExclusive(ITypeDescriptorContext)

    Declaration
    public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Returns
    Type Description
    System.Boolean

    GetStandardValuesSupported(ITypeDescriptorContext)

    Declaration
    public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved