Back to Devexpress

WindowsUIButtonPanel.UseButtonBackgroundImages Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-6fafc3d0.md

latest3.4 KB
Original Source

WindowsUIButtonPanel.UseButtonBackgroundImages Property

Gets or sets whether buttons within this WindowsUIButtonPanel should display their background images.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool UseButtonBackgroundImages { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property UseButtonBackgroundImages As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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.

See Also

ButtonBackgroundImages

Caption

Glyphs

Image

Images

WindowsUI Buttons

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace