![]() |
how to set property "closeable" in c# |
Post Reply
|
| Author | |
tobi
Senior Member
Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Quote Reply
Topic: how to set property "closeable" in c#Posted: 26 March 2006 at 11:12am |
|
I have mutliple commandbars ( menu- and toolbars ) in my .net application. how to I set properties like Closeable or ContextMenuPresent in C# ?
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 March 2006 at 8:41am |
|
XtremeCommandBars.CommandBar Toolbar = CommandBars.Add("Standard", XtremeCommandBars.XTPBarPosition.xtpBarTop);
Toolbar.Closeable = false; Toolbar.ContextMenuPresent = false; |
|
![]() |
|
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 |