C# Class ComponentFactory.Krypton.Toolkit.KryptonCheckedButtonConverter

Inheritance: System.ComponentModel.ReferenceConverter
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
KryptonCheckedButtonConverter ( ) : System

Initialize a new instance of the KryptonCheckedButtonConverter class.

Méthodes protégées

Méthode Description
IsValueAllowed ( ITypeDescriptorContext context, object value ) : bool

Returns a value indicating whether a particular value can be added to the standard values collection.

Method Details

IsValueAllowed() protected méthode

Returns a value indicating whether a particular value can be added to the standard values collection.
protected IsValueAllowed ( ITypeDescriptorContext context, object value ) : bool
context ITypeDescriptorContext An ITypeDescriptorContext that provides an additional context.
value object The value to check.
Résultat bool

KryptonCheckedButtonConverter() public méthode

Initialize a new instance of the KryptonCheckedButtonConverter class.
public KryptonCheckedButtonConverter ( ) : System
Résultat System