if (shapestoolTip != null && shapestoolTip.IsOpen == true)
{
shapestoolTip.IsOpen = false;
}
}
Furthermore. you can take a look at our MindMap and OrgChart Samples where custom MouseOver state is added to the MindMapShapes and OrgChartShapes (they inherit from RadDiagramShapeBase). On mouse over you can see some template parts are showing. Hope this might be helpful in some custom scenarios.
Regards,
Petar Mladenov
the Telerik team