Font changed |
Post Reply |
Author | |
iamgtd
Senior Member Joined: 25 February 2009 Status: Offline Points: 131 |
Post Options
Thanks(0)
Posted: 18 September 2013 at 10:42am |
When the font of a taskpanel group is changed the height of the captionbar is not changed. What is the solution to resize the captionbar also?
void CreateTaskPanel() { TaskPanelGroup Group = wndTaskPanel.Groups.Add(ID.TASKITEM_SYSTEM_TASKS, "System Tasks"); Group.Tooltip = "These tasks apply to your computer"; Group.IconIndex = ID.TASKITEM_SYSTEM_TASKS; Group.Special = true; stdole.StdFont fnt = (stdole.StdFont)new stdole.StdFontClass(); fnt.Name = "Verdana"; fnt.Size = 35; fnt.Bold = true; Group.Font = fnt; |
|
---------
OS: Win 10 64 bit Codejock Version 22.1 ActiveX MS Visual Studio 2022 - C# --------- |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |