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