Base class for all extended combo box classes in Vis.

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 VisComboBoxBase : SalComboBox, 
	ISalListControl

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..::..VisComboBoxBase
                PPJ.Runtime.Vis..::..VisColorComboBox
                PPJ.Runtime.Vis..::..VisDriveComboBox
                PPJ.Runtime.Vis..::..VisFontComboBox
                PPJ.Runtime.Vis..::..VisFontNameComboBox
                PPJ.Runtime.Vis..::..VisPictureComboBox

See Also