GrapeCity MultiRow Windows Forms Documentation
CheckOnClick Property


Gets or sets a value that indicates whether the DropDownItem should automatically change its checked state when clicked.
Syntax
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates whether the DropDownItem changes its checked state when the mouse is clicked.")>
<DefaultValueAttribute()>
Public Overridable Property CheckOnClick As Boolean
Dim instance As DropDownItem
Dim value As Boolean
 
instance.CheckOnClick = value
 
value = instance.CheckOnClick
[SRCategory("Appearance")]
[SRDescription("Indicates whether the DropDownItem changes its checked state when the mouse is clicked.")]
[DefaultValue()]
public virtual bool CheckOnClick {get; set;}

Property Value

true if the DropDownItem should automatically change its checked state when clicked; otherwise, false. The default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownItem Class
DropDownItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.