Property of ITextDocument
Associative Color
Read-Write Property of type OLE_COLOR
var pclr = TextDocument.AssociativeColor; TextDocument.AssociativeColor = pclr;
pclr = TextDocument.AssociativeColor TextDocument.AssociativeColor = pclr
OLE_COLOR pclr; HRESULT hr = TextDocument.get_AssociativeColor(&pclr); hr = TextDocument.put_AssociativeColor(pclr);