'Declaration <CategoryAttribute("TextBox")> <DescriptionAttribute("The font of a text box.")> Public Property TextBoxFont As System.Drawing.Font
[Category("TextBox")] [Description("The font of a text box.")] public System.Drawing.Font TextBoxFont { get; set; }
[Category("TextBox")] [Description("The font of a text box.")] public: __property System.Drawing.Font get_TextBoxFont(); public: __property void set_TextBoxFont(
System.Drawing.Font value
);
[Category("TextBox")] [Description("The font of a text box.")] public:
property System.Drawing.Font TextBoxFont { System.Drawing.Font get(); void set(System.Drawing.Font value); }
Property Value
Значение по умолчанию - Control.DefaultFont.