ButtonBorderStyle Enum

Definition

Specifies the border style for a button control.

public enum class ButtonBorderStyle
public enum ButtonBorderStyle
type ButtonBorderStyle = 
Public Enum ButtonBorderStyle
Inheritance
ButtonBorderStyle

Fields

Dashed 2

A dashed border.

Dotted 1

A dotted-line border.

Inset 4

A sunken border.

None 0

No border.

Outset 5

A raised border.

Solid 3

A solid border.

Remarks

This enumeration is used by ControlPaint.DrawBorder.

DrawBorder updates the display of the button when controls are initially drawn or refreshed.

Applies to

See also