CheckOnClick Property (GcListBox)
In This Topic
Gets or sets a value indicating whether mouse click action in the
ListItem will change the
ListItem.IsChecked property value. This is a dependency property.
Syntax
'Declaration
Public Property CheckOnClick As Boolean
'Usage
Dim instance As GcListBox
Dim value As Boolean
instance.CheckOnClick = value
value = instance.CheckOnClick
public bool CheckOnClick {get; set;}
Property Value
true if mouse click action will change the
ListItem.IsChecked; otherwise,
false. The default is
false.
See Also