Original User: Grieck
Hello,
It appears that the IContentsView3.Bitmap is read only. Is the intention to allow developers to assign a bitmap for the TOC image? Same goes for Tooltip.
IContentsView3 pContView = pMxDoc.CurrentContentsView as IContentsView3;
pContView.Bitmap = 8;
pContView.Tooltip = "OSPInSight";
Property or indexer 'ESRI.ArcGIS.ArcMapUI.IContentsView3.Bitmap' cannot be assigned to -- it is read only
Property or indexer 'ESRI.ArcGIS.ArcMapUI.IContentsView3.Tooltip' cannot be assigned to -- it is read only
G