MindFusion.UI for WebForms Programmer's Guide

TabControl.SelectedTab Property

See Also
 





Gets or sets the currently selected TabPage.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public TabPage SelectedTab { get; }

Visual Basic  Copy Code

Public ReadOnly Property SelectedTab As TabPage

 Property Value

Type: TabPage
An instance of the TabPage class.

 See Also