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.ToolBar
Assembly:  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

See Also