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

Base class for implementation of 'HeaderBar - CheckButton' modes.
상속: ViewBuilderItemBase
파일 보기 프로젝트 열기: Cocotteseb/Krypton

보호된 프로퍼티들

프로퍼티 타입 설명
_drawPanelDocker ComponentFactory.Krypton.Toolkit.ViewDrawDocker
_viewHeadingBar ComponentFactory.Krypton.Toolkit.ViewDrawDocker

공개 메소드들

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

Construct the view appropriate for this builder.

Destruct ( ) : void

Destruct the previously created view.

UpdateStatePalettes ( ) : void

Ensure the correct state palettes are being used.

보호된 메소드들

메소드 설명
ConvertButtonBorderBackOrientation ( ) : VisualOrientation

Gets the visual orientation of the check buttton.

ConvertButtonContentOrientation ( ) : VisualOrientation

Gets the visual orientation of the check butttons content.

CreateButtonSpecManager ( ) : void

Create a manager for handling the button specifications.

OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Process the change in a property that might effect the view builder.

PostCreate ( ) : void

Allow operations to occur after main construct actions.

비공개 메소드들

메소드 설명
GetRemappingPaletteContent ( ) : IPaletteContent
GetRemappingPaletteState ( ) : PaletteState
OnEnabledChanged ( object sender, EventArgs e ) : void
SetHeaderStyle ( ViewDrawDocker drawDocker, PaletteTripleMetricRedirect palette, HeaderStyle style ) : void

메소드 상세

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

ConvertButtonBorderBackOrientation() 보호된 메소드

Gets the visual orientation of the check buttton.
protected ConvertButtonBorderBackOrientation ( ) : VisualOrientation
리턴 VisualOrientation

ConvertButtonContentOrientation() 보호된 메소드

Gets the visual orientation of the check butttons content.
protected ConvertButtonContentOrientation ( ) : VisualOrientation
리턴 VisualOrientation

CreateButtonSpecManager() 보호된 메소드

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

Destruct() 공개 메소드

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

OnViewBuilderPropertyChanged() 보호된 메소드

Process the change in a property that might effect the view builder.
protected OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs Property changed details.
리턴 void

PostCreate() 보호된 메소드

Allow operations to occur after main construct actions.
protected PostCreate ( ) : void
리턴 void

UpdateStatePalettes() 공개 메소드

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

프로퍼티 상세

_drawPanelDocker 보호되어 있는 프로퍼티

protected ViewDrawDocker,ComponentFactory.Krypton.Toolkit _drawPanelDocker
리턴 ComponentFactory.Krypton.Toolkit.ViewDrawDocker

_viewHeadingBar 보호되어 있는 프로퍼티

protected ViewDrawDocker,ComponentFactory.Krypton.Toolkit _viewHeadingBar
리턴 ComponentFactory.Krypton.Toolkit.ViewDrawDocker