![]() |
[SOLVED] StatusBar without CommandBar |
Post Reply
|
| Author | |
iamgtd
Senior Member
Joined: 25 February 2009 Status: Offline Points: 131 |
Post Options
Thanks(0)
Quote Reply
Topic: [SOLVED] StatusBar without CommandBarPosted: 02 September 2009 at 4:32am |
|
Is it possible to use the codejock statusbar without a commandbar?
I have added a commandbar without controls to the form and assigned the statusbar with cjStatusBar = cjCommandBars.StatusBar;. That's all ok. But the commandbar is always visible.
cjCommandBars.Visible = false; doesn't work.How do I hide the commandbar completly?
|
|
|
---------
OS: Win 10 64 bit Codejock Version 22.1 ActiveX MS Visual Studio 2022 - C# --------- |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 02 September 2009 at 7:07am |
|
try cjCommandBars.ActiveMenuBar.Visible = false;
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
iamgtd
Senior Member
Joined: 25 February 2009 Status: Offline Points: 131 |
Post Options
Thanks(0)
Quote Reply
Posted: 02 September 2009 at 7:12am |
|
many thanks, problem solved
|
|
|
---------
OS: Win 10 64 bit Codejock Version 22.1 ActiveX MS Visual Studio 2022 - C# --------- |
|
![]() |
|
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 |