Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TreeNode.ShowCheckBox Property

Gets or sets a value indicating whether or not to display appropriate checkbox when CheckState changes.

[Visual Basic]
Public Property ShowCheckBox As NullableBool
[C#]
public NullableBool ShowCheckBox {get; set;}

Remarks

Setting this property to True causes the tree node to display appropriate image specified in TreeView.CheckBoxImages property. If CheckBoxImages is not defined, default image for a Checkbox will be displayed.

See Also

TreeNode Class | EO.Web Namespace


Direct link to this topic