C# Class Open.Core.Controls.TabPanelButton

A single tab button for a single panel.
Inheritance: Open.Core.Controls.Buttons.ButtonView
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Свойство Type Description
Panel TabPanel

Méthodes publiques

Méthode Description
TabPanelButton ( TabPanel panel ) : System

Constructor.

Méthodes protégées

Méthode Description
OnIsVisibleChanging ( bool isVisible ) : bool

Private Methods

Méthode Description
OnModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SyncVisibility ( ) : void

Method Details

OnIsVisibleChanging() protected méthode

protected OnIsVisibleChanging ( bool isVisible ) : bool
isVisible bool
Résultat bool

TabPanelButton() public méthode

Constructor.
public TabPanelButton ( TabPanel panel ) : System
panel TabPanel
Résultat System

Property Details

Panel public_oe property

Gets the panel that this button represents.
public TabPanel Panel
Résultat TabPanel