Returns or sets a value that determines whether the tool button is displayed in a depressed state.
Read-write property
object.Checked = [ value ] |
Boolean
Setting the Checked property of a tool button to True does not click the tool button. It only displays the tool button in a depressed state. Use the Click method to click a tool button.