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

A page in a VerticalTabControl.
상속: System.Windows.Forms.Panel, IStatusProviderAware
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
VerticalTabPage ( ) : System

The default constructor.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes of the control.

This ensures that to page's tab button is also disposed of.

메소드 상세

Dispose() 보호된 메소드

Disposes of the control.
This ensures that to page's tab button is also disposed of.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

VerticalTabPage() 공개 메소드

The default constructor.
public VerticalTabPage ( ) : System
리턴 System