'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Indicates whether the the ToolTip's text for thumbnail is created automatically.")> Public Property ThumbnailAutoToolTip As Boolean
[DefaultValue()] [Description("Indicates whether the the ToolTip's text for thumbnail is created automatically.")] public bool ThumbnailAutoToolTip {get; set;}
[DefaultValue()] [Description("Indicates whether the the ToolTip's text for thumbnail is created automatically.")] public: __property bool get_ThumbnailAutoToolTip(); public: __property void set_ThumbnailAutoToolTip( bool value );
[DefaultValue()] [Description("Indicates whether the the ToolTip's text for thumbnail is created automatically.")] public: property bool ThumbnailAutoToolTip { bool get(); void set ( bool value); }