Change an esricontrol's tooltip

396
1
06-02-2012 11:27 AM
DavidStreet1
New Contributor
Hi,

Is there a way to change an esricontrol's tooltip?   I tried using the ICommand interface but the tooltip propertry is read-only.    If I have to build a whole new ICommand and/or ITool is there way I can extend a esricontrol so I do not have to build a new control from scratch?   Thank you.

David
0 Kudos
1 Reply
ThavitinaiduGulivindala
Occasional Contributor
Hi,

Is there a way to change an esricontrol's tooltip?   I tried using the ICommand interface but the tooltip propertry is read-only.    If I have to build a whole new ICommand and/or ITool is there way I can extend a esricontrol so I do not have to build a new control from scratch?   Thank you.

David


If u r interested to change tooltip property of an In-Built ESRI command/tool then make use of ICommandItem.
0 Kudos