====== Abstract ====== Property of [[:scripting:api:style:start|IStyle]] ===== Description ===== Abstract property ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== var bVal = Style.Abstract; Style.Abstract = bVal; ==== Visual Basic Script ==== bVal = Style.Abstract Style.Abstract = bVal ==== C++ ==== VARIANT_BOOL bVal; HRESULT hr = Style.get_Abstract(&bVal); hr = Style.put_Abstract(bVal); ===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~