TechTalk Genome v4.2

TabView.SetActiveView Method 

Sets the specified View control to the active view within a TabView control.

public void SetActiveView(
   View view
);

Parameters

view
A View to set as the active view within a TabView control.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

TabView Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace