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

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

공개 메소드들

메소드 설명
Construct ( KryptonNavigator navigator, ViewManager manager, PaletteRedirect redirector ) : void

Construct the view appropriate for this builder.

Destruct ( ) : void

Destruct the previously created view.

KeyPressedPageView ( ) : void

User has used the keyboard to select the currently selected page.

보호된 메소드들

메소드 설명
CreateButtonSpecManager ( ) : void

Create a manager for handling the button specifications.

CreateCheckItemView ( ) : void

Create the view hierarchy for this view mode.

메소드 상세

Construct() 공개 메소드

Construct the view appropriate for this builder.
public Construct ( KryptonNavigator navigator, ViewManager manager, PaletteRedirect redirector ) : void
navigator KryptonNavigator Reference to navigator instance.
manager ComponentFactory.Krypton.Toolkit.ViewManager Reference to current manager.
redirector ComponentFactory.Krypton.Toolkit.PaletteRedirect Palette redirector.
리턴 void

CreateButtonSpecManager() 보호된 메소드

Create a manager for handling the button specifications.
protected CreateButtonSpecManager ( ) : void
리턴 void

CreateCheckItemView() 보호된 메소드

Create the view hierarchy for this view mode.
protected CreateCheckItemView ( ) : void
리턴 void

Destruct() 공개 메소드

Destruct the previously created view.
public Destruct ( ) : void
리턴 void

KeyPressedPageView() 공개 메소드

User has used the keyboard to select the currently selected page.
public KeyPressedPageView ( ) : void
리턴 void