C# 클래스 Open.Core.Controls.TabPanelSet

Represents a set of tab panels (mutually exclusive panel views).
상속: ModelBase, IViewFactory, IEnumerable
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 메소드들

메소드 설명
AddPanel ( string title, int buttonWidth ) : TabPanel

Adds a new panel to the set.

CreateView ( ) : IView
GetEnumerator ( ) : IEnumerator

비공개 메소드들

메소드 설명
AddPanel ( string title ) : TabPanel
EnsureSelection ( ) : void
FirePanelAdded ( TabPanel panel ) : void

메소드 상세

AddPanel() 공개 메소드

Adds a new panel to the set.
public AddPanel ( string title, int buttonWidth ) : TabPanel
title string The title of the panel (shown in the tab button).
buttonWidth int The pixel width of the button.
리턴 TabPanel

CreateView() 공개 메소드

public CreateView ( ) : IView
리턴 IView

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator