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

Implements the NavigatorMode.BarCheckButtonGroupOutside 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.

보호된 메소드들

메소드 설명
CreateCheckItemView ( ) : void

Create the view hierarchy for this view mode.

DestructCheckItemView ( ) : void

Destruct the view hierarchy for this 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

CreateCheckItemView() 보호된 메소드

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

Destruct() 공개 메소드

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

DestructCheckItemView() 보호된 메소드

Destruct the view hierarchy for this mode.
protected DestructCheckItemView ( ) : void
리턴 void