C# Class Open.Core.Controls.TabPanelSet

Represents a set of tab panels (mutually exclusive panel views).
Inheritance: ModelBase, IViewFactory, IEnumerable
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Méthode Description
AddPanel ( string title, int buttonWidth ) : TabPanel

Adds a new panel to the set.

CreateView ( ) : IView
GetEnumerator ( ) : IEnumerator

Private Methods

Méthode Description
AddPanel ( string title ) : TabPanel
EnsureSelection ( ) : void
FirePanelAdded ( TabPanel panel ) : void

Method Details

AddPanel() public méthode

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.
Résultat TabPanel

CreateView() public méthode

public CreateView ( ) : IView
Résultat IView

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator