Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Change the ToolTipText format for a UltraGrid Cell
posted

Hi,

I have a grid with tooltips dynamically changing for different cells on the grid. I an currently assigning the tooltiptext in the below way

 ugRow.Cells(VALIDATE_COLUMN).ToolTipText = '' text..."

Can i change the format of the text i.e the font, color, size of the text and set to the ToolTipText property so that the tool tip is more visible for the users?