Hide Button at runtime |
Post Reply |
Author | |
schipio
Newbie Joined: 01 June 2010 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 01 June 2010 at 7:44am |
Hi, I wonder if anyone can help me. I am trying to hide buttons on my Ribbon Bar control at runtime I am trying to bind to the specific button via its id e.g. frmMain.CommandBars1.Item(2).visible = false but I get an invalid procedure call or argument error. am i missing somthing here? hopefully comeone can point me to where i am gonig wrong? |
|
Squale
Groupie Joined: 29 April 2009 Status: Offline Points: 25 |
Post Options
Thanks(0)
|
CommandBars1.ActiveMenuBar.Controls(2).Enabled
|
|
Product: Xtreme SuitePro (ActiveX) version 13.3.1
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 |
|
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 |