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

Storage for button content value information.
상속: ButtonValues
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
CheckButtonValues ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the CheckButtonValues class.

GetImage ( PaletteState state ) : Image

Gets the content image.

보호된 메소드들

메소드 설명
CreateImageStates ( ) : ButtonImageStates

Create the storage for the image states.

메소드 상세

CheckButtonValues() 공개 메소드

Initialize a new instance of the CheckButtonValues class.
public CheckButtonValues ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System

CreateImageStates() 보호된 메소드

Create the storage for the image states.
protected CreateImageStates ( ) : ButtonImageStates
리턴 ButtonImageStates

GetImage() 공개 메소드

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
리턴 Image