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

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

보호된 메소드들

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

메소드 상세

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