Represents a 3-stage checkbox with a blank, checked and unchecked state represented by an empty checkbox, a checked checkbox, or a checkbox with a red X in it.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class ThreeStateCheckBox : CompositeControl, 
	INamingContainer, IScriptControl
Visual Basic
Public Class ThreeStateCheckBox
	Inherits CompositeControl
	Implements INamingContainer, IScriptControl
Visual C++
public ref class ThreeStateCheckBox : public CompositeControl, 
	INamingContainer, IScriptControl
F#
type ThreeStateCheckBox =  
    class
        inherit CompositeControl
        interface INamingContainer
        interface IScriptControl
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..CompositeControl
        MonoSoftware.Web.Controls..::..ThreeStateCheckBox

See Also