ButtonBase::UseVisualStyleBackColor Property
.NET Framework (current version)
Gets or sets a value that determines if the background is drawn using visual styles, if supported.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the background is drawn using visual styles; otherwise, false.
Visual styles are specifications for the appearance of controls. For example, visual styles can define the color, size, and font of controls, and they enable you to configure the visual interface to coordinate with your application interface. Additionally, they provide a mechanism for all Windows-based applications to have visual styles applied.
.NET Framework
Available since 2.0
Available since 2.0
Show: