Represents a Preview Forms combobox (a textbox with an attached dropdown) in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active combobox control.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class RenderInputComboBox : RenderInputBase
Visual Basic
Public Class RenderInputComboBox _
	Inherits RenderInputBase

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..RenderObject
    C1.C1Preview..::..RenderInputBase
      C1.C1Preview..::..RenderInputComboBox

See Also