TabPage class is used by TabControl that manages a set of Tabs and their pages that can contain any controls just like a Panel.
Every TabPage can have background images, and also a TabPage cooperates with other BeeMobile controls,
and therefore they can be transparent.
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9
Syntax
| C# |
|---|
public class TabPage : Panel, IControlBackground, INotifyPropertyChanged, IDisposable |
| Visual Basic (Declaration) |
|---|
Public Class TabPage _ Inherits Panel _ Implements IControlBackground, INotifyPropertyChanged, IDisposable |
| Visual C++ |
|---|
public ref class TabPage : public Panel, IControlBackground, INotifyPropertyChanged, IDisposable |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.Panel
BeeMobile.ToolBar..::.TabPage
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.Panel
BeeMobile.ToolBar..::.TabPage