Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - how to set property "closeable" in c#
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

how to set property "closeable" in c#

 Post Reply Post Reply
Author
Message
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post 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# ?
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 27 March 2006 at 8:41am
XtremeCommandBars.CommandBar Toolbar = CommandBars.Add("Standard", XtremeCommandBars.XTPBarPosition.xtpBarTop);
            Toolbar.Closeable = false;
             Toolbar.ContextMenuPresent = false;
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.