IConsoleTab.TabControl Property

Specifies the control that is displayed on the Console tab pane area.

Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)

Usage

Syntax

'Declaration
ReadOnly Property TabControl As Control
Control TabControl { get; }
property Control^ TabControl {
    Control^ get ();
}
/** @property */
Control get_TabControl ()
function get TabControl () : Control

Property Value

An object of type Control that represents the control that displays in the pane area of the console when the user selects a given tab.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

IConsoleTab Interface
IConsoleTab Members
Microsoft.HomeServer.Extensibility Namespace