'Declaration <DescriptionAttribute("The font of a text box.")> <CategoryAttribute("TextBox")> Public Property TextBoxFont As System.Drawing.Font
[Description("The font of a text box.")] [Category("TextBox")] public System.Drawing.Font TextBoxFont { get; set; }
[Description("The font of a text box.")] [Category("TextBox")] public: __property System.Drawing.Font get_TextBoxFont(); public: __property void set_TextBoxFont(
System.Drawing.Font value
);
[Description("The font of a text box.")] [Category("TextBox")] public:
property System.Drawing.Font TextBoxFont { System.Drawing.Font get(); void set(System.Drawing.Font value); }
Property Value
Default value is Control.DefaultFont.