UIStudio BarButtonCommand Tooltip Styling

Docking/MDI for Windows Forms Forum

Posted 15 years ago by Justin Bozonier
Version: 2.0.97
Avatar
I'm creating a BarButtonCommand like this:

var cmd = new BarButtonCommand(action.Category, action.Name, action.Text, -1)
{
    Tag = action,
    Image = action.Image,
    ToolTipText = action.ToolTipText,
};
We'd like to style the ToolTipText with a little bolding... is that possible?

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Justin,

Sorry, not at this time. It's just using a standard WinForms ToolTip control right now, which doesn't really have those options.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.