Abstract
Property of IStyle
Description
Abstract property
Property type
Read-Write Property of type 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);