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

Navigator view element for drawing a tab check button for a krypton page.
상속: ViewDrawNavCheckButtonBar
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Obtains the String representation of this instance.

UpdateButtonSpecMapping ( ) : void

Update the button spec manager mapping to reflect current settings.

ViewDrawNavCheckButtonTab ( KryptonNavigator navigator, KryptonPage page, VisualOrientation orientation ) : System

Initialize a new instance of the ViewDrawNavCheckButtonTab class.

메소드 상세

ToString() 공개 메소드

Obtains the String representation of this instance.
public ToString ( ) : string
리턴 string

UpdateButtonSpecMapping() 공개 메소드

Update the button spec manager mapping to reflect current settings.
public UpdateButtonSpecMapping ( ) : void
리턴 void

ViewDrawNavCheckButtonTab() 공개 메소드

Initialize a new instance of the ViewDrawNavCheckButtonTab class.
public ViewDrawNavCheckButtonTab ( KryptonNavigator navigator, KryptonPage page, VisualOrientation orientation ) : System
navigator KryptonNavigator Owning navigator instance.
page KryptonPage Page this check button represents.
orientation VisualOrientation Orientation for the check button.
리턴 System