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