Enumeration: UIControlContentHorizontalAlignment
Overview
The horizontal alignment of content (text and images) within a control.
Constant Summary
- UIControlStateNormal
The normal, or default state of a control—that is, enabled but neither selected nor highlighted.available in ios 2.0 and later.declared in uicontrol.h.
- UIControlStateHighlighted
Highlighted state of a control. a control enters this state when a touch enters and exits during tracking and when there is a touch up event. you can retrieve and set this value through the highlighted property.available in ios 2.0 and later.declared in uicontrol.h.
- UIControlStateDisabled
Disabled state of a control. this state indicates that the control is currently disabled. you can retrieve and set this value through the enabled property.available in ios 2.0 and later.declared in uicontrol.h.
- UIControlStateSelected
Selected state of a control. for many controls, this state has no effect on behavior or appearance. but other subclasses (for example, the uisegmentedcontrol class) may have different appearance depending on their selected state. you can retrieve and set this value through the selected property.available in ios 2.0 and later.declared in uicontrol.h.
- UIControlStateApplication
Additional control-state flags available for application use.available in ios 2.0 and later.declared in uicontrol.h.
- UIControlStateReserved
Control-state flags reserved for internal framework use.available in ios 2.0 and later.declared in uicontrol.h.