xtpBarPopup Label Font Problem |
Post Reply |
Author | |
Ceylan
Newbie Joined: 16 May 2014 Location: Turkey Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 16 May 2014 at 4:09am |
Hi,
I am using Visual Basic 6 with Codejock v16.3.1 CommandBar control. And my visual theme is "xtpThemeVisualStudio2012Dark". But I have a problem. I am adding "xtpControlLabel", background is white font color is white. Not reading label. Private Sub CreatePopup() Dim Popup As CommandBar Dim Control As CommandBarControl ' mnuAlis.VisualTheme = xtpThemeVisualStudio2012Dark mnuAlis.DeleteAll ' Set Popup = mnuAlis.Add("Popup", xtpBarPopup) Set Control = Popup.Controls.Add(xtpControlLabel, 4228, "You are Selected abc Record.", -1, False) ' End Sub |
|
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 |