| Visual Basic (Declaration) | |
|---|---|
Public Property CheckState As CheckState | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CheckState CheckState {get; set;} | |
Return Value
A System.Windows.Forms.CheckState value that represents the current state of the tool. Default is CheckState.Unchecked.| C# | Copy Code |
|---|---|
DataDynamics.ActiveReports.Toolbar.CheckButton chk = New DataDynamics.ActiveReports.Toolbar.CheckButton(); | |
| Visual Basic | Copy Code |
|---|---|
Dim chk As New DataDynamics.ActiveReports.Toolbar.CheckButton | |