![]() |
Ribbon bar custom control |
Post Reply ![]() |
Author | |
Slater ![]() Newbie ![]() Joined: 10 October 2006 Status: Offline Points: 5 |
![]() ![]() ![]() ![]() ![]() Posted: 12 October 2006 at 3:42am |
Hi All,
I am new to CommandBars. I tried to find it on this site but there are no examples about it. How can I add a custom control to a ribbon group?
I tried this:
XtremeCommandBars. RibbonGroup Group = null;XtremeCommandBars. CommandBarControl control = null; Group = TabOrderAndOutputs.Groups.AddGroup("&Group", ID.ID_GROUP);control = Group.Add(XtremeCommandBars. XTPControlType.xtpControlCustom, 0, "Hello", null, null); All examples I found say that the control should have a handle property. But it does not exist. What do I miss here?Thx.
|
|
![]() |
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 |