| Visual Basic (Declaration) | |
|---|---|
Public Property Checked As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Checked {get; set;} | |
Return Value
Boolean. True if the check box is in the checked state; otherwise, False. The default value is False.
| C# | Copy Code |
|---|---|
private void detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format | |
When the value is True, the check box portion of the control displays a check mark.