'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); }