Hi all,
At the moment, i have:
TMenuItem *NewItem = new TMenuItem(this);
NewItem->Caption = "Some caption";
NewItem->OnClick = SystemMessageClick;
How can I set the font of NewItem to Bold? Do i need to specify an
OnDrawItem handler? and do it there? if so, how?
Start Free Trial