C# Class Open.Core.Controls.TabPanelSet

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

Public Methods

Method Description
AddPanel ( string title, int buttonWidth ) : TabPanel

Adds a new panel to the set.

CreateView ( ) : IView
GetEnumerator ( ) : IEnumerator

Private Methods

Method Description
AddPanel ( string title ) : TabPanel
EnsureSelection ( ) : void
FirePanelAdded ( TabPanel panel ) : void

Method Details

AddPanel() public method

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.
return TabPanel

CreateView() public method

public CreateView ( ) : IView
return IView

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator