C# Class Open.Core.Controls.TabPanelButton

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

Public Properties

Property Type Description
Panel TabPanel

Public Methods

Method Description
TabPanelButton ( TabPanel panel ) : System

Constructor.

Protected Methods

Method Description
OnIsVisibleChanging ( bool isVisible ) : bool

Private Methods

Method Description
OnModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SyncVisibility ( ) : void

Method Details

OnIsVisibleChanging() protected method

protected OnIsVisibleChanging ( bool isVisible ) : bool
isVisible bool
return bool

TabPanelButton() public method

Constructor.
public TabPanelButton ( TabPanel panel ) : System
panel TabPanel
return System

Property Details

Panel public property

Gets the panel that this button represents.
public TabPanel Panel
return TabPanel