Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Enabled ====== Property of [[:scripting:api:bookmark:start|IBookmark]] ===== Description ===== Enabled ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bVal = Bookmark.Enabled; Bookmark.Enabled = bVal; </code>==== Visual Basic Script ==== <code vb> bVal = Bookmark.Enabled Bookmark.Enabled = bVal </code>==== C++ ==== <code cpp> VARIANT_BOOL bVal; HRESULT hr = Bookmark.get_Enabled(&bVal); hr = Bookmark.put_Enabled(bVal); </code>===== See Also ===== [[:scripting:api:bookmark:start|IBookmark]] ~~NOTOC~~