dbicList Send comments on this topic.
Status Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > UserDrawnColumnHeaderEventArgs Class : Status Property

Determines the current status of the header column in the display.

Syntax

Visual Basic (Declaration) 
Public Property Status As enumColHeaderStatus
C# 
public enumColHeaderStatus Status {get; set;}

Property Value

enumerated value

Remarks

This property can be used to determine if the user is currently interacting with the column header (clicking or mousing over it).

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also