Represents the "scalable" combobox control.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ToolboxItemAttribute(false)]
public class ScalableComboBox : Control
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ToolboxItemAttribute(False)> _
Public Class ScalableComboBox _
	Inherits Control

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        C1.C1PrintDocument..::.ScalableComboBox

See Also