dbicButton Send comments on this topic.
State Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : State Property

Determines if the control is in an up (true) or down (false) state.

Syntax

Visual Basic (Declaration) 
Public Property State As Boolean
C# 
public bool State {get; set;}

Property Value

Boolean

Requirements

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

See Also