Gets or sets a value that determines the current state of a CheckButton tool.
[Visual Basic]
Public Property CheckState As CheckState
[C#]
public CheckState CheckState {get; set;}
A System.Windows.Forms.CheckState value that represents the current state of the tool. Default is CheckState.Unchecked.
[C#]
DataDynamics.ActiveReports.Toolbar.CheckButton chk = New DataDynamics.ActiveReports.Toolbar.CheckButton(); |
[Visual Basic]
Dim chk As New DataDynamics.ActiveReports.Toolbar.CheckButton |
CheckButton Class | CheckButton Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.