'Declaration <DescriptionAttribute("The border style for the thumbnail.")> Public Property BorderStyle As System.Windows.Forms.ButtonBorderStyle
[Description("The border style for the thumbnail.")] public System.Windows.Forms.ButtonBorderStyle BorderStyle { get; set; }
[Description("The border style for the thumbnail.")] public: __property System.Windows.Forms.ButtonBorderStyle* get_BorderStyle(); public: __property void set_BorderStyle(
System.Windows.Forms.ButtonBorderStyle* value
);
[Description("The border style for the thumbnail.")] public:
property System.Windows.Forms.ButtonBorderStyle^ BorderStyle { System.Windows.Forms.ButtonBorderStyle^ get(); void set(System.Windows.Forms.ButtonBorderStyle^ value); }