C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonCheckedButtonConverter

상속: System.ComponentModel.ReferenceConverter
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
KryptonCheckedButtonConverter ( ) : System

Initialize a new instance of the KryptonCheckedButtonConverter class.

보호된 메소드들

메소드 설명
IsValueAllowed ( ITypeDescriptorContext context, object value ) : bool

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

메소드 상세

IsValueAllowed() 보호된 메소드

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.
리턴 bool

KryptonCheckedButtonConverter() 공개 메소드

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