'Declaration <CategoryAttribute("Font")> <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the text default appearance must be set.")> Public Property SetTextDefaultAppearance As Boolean
[Category("Font")] [DefaultValue(False)] [Description("A value indicating whether the text default appearance must be set.")] public bool SetTextDefaultAppearance { get; set; }
[Category("Font")] [DefaultValue(False)] [Description("A value indicating whether the text default appearance must be set.")] public: __property bool get_SetTextDefaultAppearance(); public: __property void set_SetTextDefaultAppearance(
bool value
);
[Category("Font")] [DefaultValue(False)] [Description("A value indicating whether the text default appearance must be set.")] public:
property bool SetTextDefaultAppearance { bool get(); void set(bool value); }
Property Value
Default value is false.