Enum GenericControlProperty
Enumerates generic control properties.
public enum GenericControlProperty
Fields
Enabled = 1Specifies 'Enabled' property of the control.
None = 0Not a property.
Text = 3Specifies 'Text' property of the control.
Title = 4Specifies 'Title' property of the control.
Visible = 2Specifies 'Visible' property of the control.