C# Class ComponentFactory.Krypton.Toolkit.KryptonCheckedButtonConverter

Inheritance: System.ComponentModel.ReferenceConverter
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
KryptonCheckedButtonConverter ( ) : System

Initialize a new instance of the KryptonCheckedButtonConverter class.

Protected Methods

Method 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 method

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.
return bool

KryptonCheckedButtonConverter() public method

Initialize a new instance of the KryptonCheckedButtonConverter class.
public KryptonCheckedButtonConverter ( ) : System
return System