Infragistics2.Win.UltraWinTree.v8.1
NodeCheckBoxUIElement Class
See Also  Members  
Infragistics.Win.UltraWinTree Namespace : NodeCheckBoxUIElement Class

Checkbox UIElement class used for implementing CheckBox and CheckBoxTriState NodeStyles.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class NodeCheckBoxUIElement 
   Inherits CheckBoxUIElement
   Implements IButtonDrawStateSource 
C# 
public class NodeCheckBoxUIElement : CheckBoxUIElement, IButtonDrawStateSource  

See Also