Base class for all custom dropdown controls.

Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.2 (in PPJ.Runtime.Vis.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public abstract class VisDropDownBase : SalComboBox, 
	ISalWindow

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ListControl
          System.Windows.Forms..::..ComboBox
            PPJ.Runtime.Windows..::..SalComboBox
              PPJ.Runtime.Vis..::..VisDropDownBase
                PPJ.Runtime.Vis..::..VisColorPaletteDropDown
                PPJ.Runtime.Vis..::..VisListViewDropDown
                PPJ.Runtime.Vis..::..VisOutlineComboBox

See Also