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

Redirects requests for radio button images from the RadioButtonImages instance.
상속: PaletteRedirect
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GetRadioButtonImage ( bool enabled, bool checkState, bool tracking, bool pressed ) : Image

Gets a radio button image appropriate for the provided state.

PaletteRedirectRadioButton ( IPalette target, RadioButtonImages images ) : System

Initialize a new instance of the PaletteRedirectRadioButton class.

PaletteRedirectRadioButton ( RadioButtonImages images ) : System

Initialize a new instance of the PaletteRedirectRadioButton class.

메소드 상세

GetRadioButtonImage() 공개 메소드

Gets a radio button image appropriate for the provided state.
public GetRadioButtonImage ( bool enabled, bool checkState, bool tracking, bool pressed ) : Image
enabled bool Is the radio button enabled.
checkState bool Is the radio button checked/unchecked/indeterminate.
tracking bool Is the radio button being hot tracked.
pressed bool Is the radio button being pressed.
리턴 Image

PaletteRedirectRadioButton() 공개 메소드

Initialize a new instance of the PaletteRedirectRadioButton class.
public PaletteRedirectRadioButton ( IPalette target, RadioButtonImages images ) : System
target IPalette Initial palette target for redirection.
images RadioButtonImages Reference to source of radio button images.
리턴 System

PaletteRedirectRadioButton() 공개 메소드

Initialize a new instance of the PaletteRedirectRadioButton class.
public PaletteRedirectRadioButton ( RadioButtonImages images ) : System
images RadioButtonImages Reference to source of radio button images.
리턴 System