Property of IStyle
Abstract property
Read-Write Property of type VARIANT_BOOL
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 ===== IStyle