'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the command must remove bookmarks.")> Public Property RemoveBookmarks As Boolean
[DefaultValue(False)] [Description("A value indicating whether the command must remove bookmarks.")] public bool RemoveBookmarks { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the command must remove bookmarks.")] public: __property bool get_RemoveBookmarks(); public: __property void set_RemoveBookmarks(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the command must remove bookmarks.")] public:
property bool RemoveBookmarks { bool get(); void set(bool value); }
Property Value
True - команда должна удалить все закладки; false - команда НЕ должна удалять закладки.
Значение по умолчанию: false.
Значение по умолчанию: false.