Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.SetActive Method 

Back to Class Index

Makes the tab active.

[Visual Basic]
Overridable Public Sub SetActive( _
   ByVal TabToActivate As TabItem _
)
[C#]
public virtual void SetActive(
   TabItem TabToActivate
);

Parameters

TabToActivate
A TabItem to be activated.

See Also

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace