WindowsUIButtonPanel.UseButtonBackgroundImages Property
Gets or sets whether buttons within this WindowsUIButtonPanel should display their background images.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool UseButtonBackgroundImages { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if buttons within this WindowsUIButtonPanel should display their background images; otherwise, false. |
Remarks
The UseButtonBackgroundImages property specifies whether WindowsUIButtons within this WindowsUIButtonPanel should display their background images, whether it be default (circles) or custom (assigned to the WindowsUIButtonPanel.ButtonBackgroundImages property) images. If the UseButtonBackgroundImages property equals false, buttons will only display their captions (the IButtonProperties.Caption property) and glyphs (the IButtonProperties.Glyphs, IButtonProperties.Image and IButtonProperties.Images properties). See the WindowsUI Buttons topic for details.