C# 클래스 ComponentFactory.Krypton.Navigator.ViewBuilderStackCheckButtonGroup

Implements the NavigatorMode.StackCheckButtonGroup mode.
상속: ViewBuilderStackCheckButtonBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
ButtonSpecFromView ( ViewBase element ) : ButtonSpec

Gets the ButtonSpec associated with the provided view element.

UpdateStatePalettes ( ) : void

Ensure the correct state palettes are being used.

보호된 메소드들

메소드 설명
CreateStackCheckButtonView ( ) : ViewBase

Create the mode specific view hierarchy.

DestructStackCheckButtonView ( ) : void

Destruct the mode specific view hierarchy.

메소드 상세

ButtonSpecFromView() 공개 메소드

Gets the ButtonSpec associated with the provided view element.
public ButtonSpecFromView ( ViewBase element ) : ButtonSpec
element ViewBase Element to search against.
리턴 ComponentFactory.Krypton.Toolkit.ButtonSpec

CreateStackCheckButtonView() 보호된 메소드

Create the mode specific view hierarchy.
protected CreateStackCheckButtonView ( ) : ViewBase
리턴 ViewBase

DestructStackCheckButtonView() 보호된 메소드

Destruct the mode specific view hierarchy.
protected DestructStackCheckButtonView ( ) : void
리턴 void

UpdateStatePalettes() 공개 메소드

Ensure the correct state palettes are being used.
public UpdateStatePalettes ( ) : void
리턴 void