Property of IStyle
Abstract property
Read-Write Property of type VARIANT_BOOL
var bVal = Style.Abstract; Style.Abstract = bVal;
bVal = Style.Abstract Style.Abstract = bVal
VARIANT_BOOL bVal; HRESULT hr = Style.get_Abstract(&bVal); hr = Style.put_Abstract(bVal);