Property of IStyle
UnderlineColor property
Read-Write Property of type VARIANT
var pclrUnderlineColor = Style.UnderlineColor; Style.UnderlineColor = pclrUnderlineColor;
pclrUnderlineColor = Style.UnderlineColor Style.UnderlineColor = pclrUnderlineColor
VARIANT pclrUnderlineColor; HRESULT hr = Style.get_UnderlineColor(&pclrUnderlineColor); hr = Style.put_UnderlineColor(pclrUnderlineColor);