Changeable
Property of IStyle
Description
Changeable property
Property type
Read-Write Property of type long
Syntax
JavaScript
var bVal = Style.Changeable; Style.Changeable = bVal;
Visual Basic Script
bVal = Style.Changeable Style.Changeable = bVal
C++
long bVal; HRESULT hr = Style.get_Changeable(&bVal); hr = Style.put_Changeable(bVal);