PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfComboBox Class
Properties


In This Topic
    PdfComboBox Class Members
    In This Topic

    The following tables list the members exposed by PdfComboBox.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfComboBox class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the color of the border around the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the style of the border around the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the width of the border around the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the default text value of the current combo or list. (Inherited from C1.Xaml.Pdf.PdfComboListBase)
    Public PropertyGets or sets the default value of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfComboListBase)
    Public PropertyGets or sets the PdfFieldBase.Font of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the foreground (text) color of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets a value indicating whether the current PdfFieldBase represents a read-only field. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets a value indicating whether the current PdfFieldBase represents a required field. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets a value indicating whether the current PdfTextFieldBase should be spell-checked. (Inherited from C1.Xaml.Pdf.PdfTextFieldBase)
    Public PropertyGets a List representing the collection of items contained in the current combo or list.

    Values are strings representing the items.

    (Inherited from C1.Xaml.Pdf.PdfComboListBase)
    Public PropertyGets or sets the name of the current PdfFieldBase.

    If the current object is a PdfRadioButton, the same name must be specified for all radio buttons in a group.

    (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the rotation angle of the current PdfFieldBase, in degrees counter-clockwise from the X axis. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets the selection color for the current combo or list. (Inherited from C1.Xaml.Pdf.PdfComboListBase)
    Public PropertyGets or sets the text value of the current combo or list. (Inherited from C1.Xaml.Pdf.PdfComboListBase)
    Public PropertyGets or sets the tooltip associated with the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the value of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the visibility of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Top
    See Also