Checked vs CheckState
Just curious if the following statements do the same thing and what is the difference between the properties .Checked and .CheckState for a CheckBox
Me.ActiveCheckBox.Checked = CheckState.Checked
Me.ActiveCheckBox.CheckState = CheckState.Checked
[433 byte] By [
GS] at [2007-12-17]