'Declaration <DescriptionAttribute("The border style of the control.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(None)> Public Property BorderStyle As System.Windows.Forms.BorderStyle
[Description("The border style of the control.")] [Category("Appearance")] [DefaultValue(None)] public System.Windows.Forms.BorderStyle BorderStyle { get; set; }
[Description("The border style of the control.")] [Category("Appearance")] [DefaultValue(None)] public: __property System.Windows.Forms.BorderStyle* get_BorderStyle(); public: __property void set_BorderStyle(
System.Windows.Forms.BorderStyle* value
);
[Description("The border style of the control.")] [Category("Appearance")] [DefaultValue(None)] public:
property System.Windows.Forms.BorderStyle^ BorderStyle { System.Windows.Forms.BorderStyle^ get(); void set(System.Windows.Forms.BorderStyle^ value); }