Locked Property for the Edit Control |
Post Reply |
Author | |
Bjarne
Newbie Joined: 30 December 2003 Location: Denmark Status: Offline Points: 28 |
Post Options
Thanks(0)
Posted: 22 February 2004 at 11:40am |
Here is a wish for the Edit Control in CommandBar: Could you add a Locked Property for this control, so that is can be used to display data, users can not alter. Today we only have the possibility to Disable it, and that changes the way it looks. Regards, Bjarne
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
I'm not sure if this is what you mean by label, but you can show the text below your icons on the toolbar.
ToolBar.ShowTextBelowIcons = True This will work for custom controls. Right now I think the only way to get a caption the the right is by using a split button popup. |
|
Bjarne
Newbie Joined: 30 December 2003 Location: Denmark Status: Offline Points: 28 |
Post Options
Thanks(0)
|
No that was not what I meant. If you use the build-in Combo Control you have the possibility to display a label/caption to the left of the ComboBox. If you use ICommandBarControlCustom this property is not available. So while I am writing this, I just figured out what I want. I would like a property added to ICommandBarControlCustom that makes it possible to display a label with the control. In ICommandBarComboBox it is implemented using the .Style property and in ICommandBarEdit it is implemented using the .ShowLabel property. Hope this explains it. (It's not easy when I don't even understand my self!) Bjarne |
|
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 |