Click or drag to resize
TabItemPress Property
Sets the pressed state of the tab.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public override bool Press { set; }

Property Value

Type: Boolean
true if the tab is pressed; false otherwise.
Remarks
When set, this property raises the Click.
See Also