Click or drag to resize
BtnBasePress Property
Gets or sets the pressed state of the button.

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

Property Value

Type: Boolean
true if the button is in pressed state; false otherwise.
See Also