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