Version

ContentPane Property (Tab)

Returns or sets the ContentPane object to be displayed when the tab is selected.
Syntax
'Declaration
 
Public Property ContentPane As ContentPane
public ContentPane ContentPane {get; set;}
Remarks

The ContentPane object of each Tab object contains the information related to the contents of the UltraWebTab control that will be displayed when a particular Tab is selected.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also