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