Checkbox that includes a dropdown control.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      MonoSoftware.MonoX.Controls..::..CheckboxWithDropDown

See Also