EasyLanguage Object Reference

FlatStyle Enumeration

List of enumerated values that can be associated with forms controls containing the FlatStyle property.

This enumeration controls some behavior as well as appearance. The Popup style control initially appears Flat until the mouse pointer moves over it. When the mouse pointer moves over the Popup control, it appears as a Standard style control until the mouse pointer is moved off of it again.

Namespace: elsystem.windows.forms

[ Expand All ]
Enumerated Values
  Name

Value

Description

Public property flat

0

The control appears flat.

Public property popup

1

A control appears flat until the mouse pointer moves over it, at which point it appears three-dimensional.

Public property standard

2

The control appears three-dimensional.

Public property system

3

The appearance of the control is determined by the user's operating system.

Inheritance Hierarchy

elsystem.Object

  elsystem.ELEnum

    elsystem.windows.forms.FlatStyle