Crainiate Community

Support and discussion for users of Crainiate component software products
Welcome to Crainiate Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » tooltip (RSS)
  • Re: Custom tooltip

    Hi, The tooltip used is a standard system.windows.forms.tooltip object. It is attached to the Model control with text depending on the element that is under the mouse. Unfortuneately the tooltip is not created in a factory, but in a private method. However this could be easily changed in a future version...
    Posted to Forum by James Westgate on 05-14-2008
  • Custom tooltip

    Hello, I'm currently working on an advanced tooltip control, which will replace all tooltips in our application in future and I just began to wonder how to implement custom tooltip in Crainiate component... Currently I can only set a string that will be displayed by the system tooltip, but that's...
    Posted to Forum by Ireneusz Patalas on 05-13-2008
  • Re: Custom Tooltip On Image

    The ElementLeave event is fired by the model. You could add a method called OnMouseLeave that you call from the model. This could then reset the Tooltip property.
    Posted to Forum by James Westgate on 10-16-2007
Page 1 of 1 (3 items)