'Declaration <DefaultValueAttribute(null)> <CategoryAttribute("AppearanceCharacteristics")> <DescriptionAttribute("The 'Normal' caption.")> Public Property NormalCaption As System.String
[DefaultValue(null)] [Category("AppearanceCharacteristics")] [Description("The 'Normal' caption.")] public System.String NormalCaption { get; set; }
[DefaultValue(null)] [Category("AppearanceCharacteristics")] [Description("The 'Normal' caption.")] public: __property System.String get_NormalCaption(); public: __property void set_NormalCaption(
System.String value
);
[DefaultValue(null)] [Category("AppearanceCharacteristics")] [Description("The 'Normal' caption.")] public:
property System.String NormalCaption { System.String get(); void set(System.String value); }