scripting:api:style:box-style

BoxStyle

Property of IStyle

BoxStyle property

Read-Write Property of type eBoxStyle

var nBoxStyle = Style.BoxStyle;
Style.BoxStyle = nBoxStyle;
nBoxStyle = Style.BoxStyle
Style.BoxStyle = nBoxStyle
eBoxStyle nBoxStyle;
HRESULT hr = Style.get_BoxStyle(&nBoxStyle);
hr = Style.put_BoxStyle(nBoxStyle);