TcxTab.Pressed Property
In This Article
Returns a value indicating whether a user is currently pressing the tab.
#Declaration
Delphi
property Pressed: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
Use the Pressed property to determine whether a user is currently holding the left mouse button and the mouse pointer is over the tab. If so, the Pressed property returns True. Otherwise, False is returned.
See Also