Skip to content

FlatStyle Property

Description

Gets/sets the "flat" appearance of the button.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property FlatStyle() As Boolean

Return Type

True if the button will use the flat style, False otherwise.

Remarks

The button control will appear flat until the mouse pointer moves over it, at which point it appears three-dimensional. When True, the button will not display a border and will not use shadow.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.