Table of Contents

Enum GenericControlProperty

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates generic control properties.

public enum GenericControlProperty

Fields

Enabled = 1

Specifies 'Enabled' property of the control.

None = 0

Not a property.

Text = 3

Specifies 'Text' property of the control.

Title = 4

Specifies 'Title' property of the control.

Visible = 2

Specifies 'Visible' property of the control.