C# 클래스 Nexus.UI.Controls.VerticalTabButton

The PanelToolStripItem wrapper for the control used as tabs for the VerticalTabControl.
상속: PanelToolStripItem
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
SetSelected ( ) : void

Sets this tab as selected.

SetUnselected ( ) : void

Sets this tab as unselected.

비공개 메소드들

메소드 설명
VerticalTabButton ( VerticalTabPage p_tpgPage ) : System

A simple constructor that initializes the object with the given values.

m_tpgPage_BackColorChanged ( object sender, EventArgs e ) : void

Handles the Control.BackColorChanged event of the tab page associated with this tab button.

This keeps the button background colour synchronized with the tab page's background colour when this is the select tab.

메소드 상세

SetSelected() 공개 메소드

Sets this tab as selected.
public SetSelected ( ) : void
리턴 void

SetUnselected() 공개 메소드

Sets this tab as unselected.
public SetUnselected ( ) : void
리턴 void