Hide the vertical and right arrows on the left side of the menu bar?
1. Hide the arrow on the right of the menu bar property settings: Optionsbar=>>allowquickcustomization=false
2. Hide the vertical Bar property setting on the left side of the menu bar: Optionsbar=>>drawdragborder=false
3. The right arrow on the toolbar and the status bar hides the settings, just like the menu bar.
How do I use the pictures in ImageList?
1. Check Barmanager setting properties: Images and Largeimages properties are set to ImageList
2. Select the barsubitem:paintstyle=captionglyph,imageindex= you want to set to select a picture
One, there are optionbar in the properties of bar, you can do some settings.
Among the more useful are:
1. Remove the rightmost arrow: Allowquickcustomization change to False
2, remove the leftmost vertical bar: Drawdragborder to False
Two, how to make toolbar display icon
One way is: Put a ImageList, put some pictures inside
Create a Barbuttonitem in the toolbar, and then select the item to assign a ImageList to its imageindex in the attribute.
Three, how to make statusbar in the various can be customized width
Using Statictext, change the AutoSize to none, then adjust the width
Four, cancel the right-click menu
The Barmanager attribute has allowshowtoolbarspopup, instead of false.
DevExpress Barmanager Control Properties