VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class / SelectionBrush Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SelectionBrush Property (PdfInteractiveFormListBoxField)
    In This Topic
    Gets or sets a brush to draw selection of list box.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("A brush to draw selection of list box.")>
    Public Property SelectionBrush As Vintasoft.Imaging.Pdf.Drawing.PdfBrush
    
    
    [Category("Appearance")]
    [Description("A brush to draw selection of list box.")]
    public Vintasoft.Imaging.Pdf.Drawing.PdfBrush SelectionBrush { get; set; }
    
    
    [Category("Appearance")]
    [Description("A brush to draw selection of list box.")]
    public: __property Vintasoft.Imaging.Pdf.Drawing.PdfBrush* get_SelectionBrush();
    public: __property void set_SelectionBrush(
    Vintasoft.Imaging.Pdf.Drawing.PdfBrush* value
    );
    [Category("Appearance")]
    [Description("A brush to draw selection of list box.")]
    public:
    property Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ SelectionBrush { Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ get(); void set(Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ value); }
    Remarks

    Third-party viewers do not use this property.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also