'Declaration <DescriptionAttribute("A value indicating whether the ToolTip's text for thumbnail is created automatically.")> <DefaultValueAttribute(False)> Public Property ThumbnailAutoToolTip As Boolean
[Description("A value indicating whether the ToolTip's text for thumbnail is created automatically.")] [DefaultValue(False)] public bool ThumbnailAutoToolTip { get; set; }
[Description("A value indicating whether the ToolTip's text for thumbnail is created automatically.")] [DefaultValue(False)] public: __property bool get_ThumbnailAutoToolTip(); public: __property void set_ThumbnailAutoToolTip(
bool value
);
[Description("A value indicating whether the ToolTip's text for thumbnail is created automatically.")] [DefaultValue(False)] public:
property bool ThumbnailAutoToolTip { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.