Print Page | Close Window

how to set property "closeable" in c#

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=3878
Printed Date: 21 June 2025 at 10:08am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: how to set property "closeable" in c#
Posted By: tobi
Subject: how to set property "closeable" in c#
Date 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# ?



Replies:
Posted By: SuperMario
Date Posted: 27 March 2006 at 8:41am
XtremeCommandBars.CommandBar Toolbar = CommandBars.Add("Standard", XtremeCommandBars.XTPBarPosition.xtpBarTop);
            Toolbar.Closeable = false;
             Toolbar.ContextMenuPresent = false;



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net