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

Base class for implementation of 'Bar - Tab' modes.
상속: ViewBuilderBarItemBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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.

CreateCheckItem ( KryptonPage page, VisualOrientation orientation ) : INavCheckItem

Create a new check item with initial settings.

OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

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

UpdateTabStyle ( ) : void

Update the state objects with the latest tab style.

비공개 메소드들

메소드 설명
UpdateTabBorderStyle ( ) : 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

CreateCheckItem() 보호된 메소드

Create a new check item with initial settings.
protected CreateCheckItem ( KryptonPage page, VisualOrientation orientation ) : INavCheckItem
page KryptonPage Page for which the check button is to be created.
orientation VisualOrientation Initial orientation of the check button.
리턴 INavCheckItem

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

UpdateStatePalettes() 공개 메소드

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

UpdateTabStyle() 보호된 메소드

Update the state objects with the latest tab style.
protected UpdateTabStyle ( ) : void
리턴 void