RightClickSelect Property (C1CheckList)
In This Topic
Gets or sets a value indicating whether a item can be selected by right click or not.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckList.RightClickSelect", "Indicates whether a item can be selected by right click.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute(True)>
Public Property RightClickSelect As Boolean
[C1Description("C1CheckList.RightClickSelect", "Indicates whether a item can be selected by right click.")]
[C1Category("Behavior")]
[DefaultValue(true)]
public bool RightClickSelect {get; set;}
See Also