'Declaration <CategoryAttribute("Rollover Appearance")> <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether "Rollover" appearance must be generated.")> Public Property GenerateRolloverAppearance As Boolean
[Category("Rollover Appearance")] [DefaultValue(False)] [Description("A value indicating whether "Rollover" appearance must be generated.")] public bool GenerateRolloverAppearance { get; set; }
[Category("Rollover Appearance")] [DefaultValue(False)] [Description("A value indicating whether "Rollover" appearance must be generated.")] public: __property bool get_GenerateRolloverAppearance(); public: __property void set_GenerateRolloverAppearance(
bool value
);
[Category("Rollover Appearance")] [DefaultValue(False)] [Description("A value indicating whether "Rollover" appearance must be generated.")] public:
property bool GenerateRolloverAppearance { bool get(); void set(bool value); }