Control Classes

o PControl
This class defines a user inteface entity that allows the user to control some attribute or data within the system.
o PNamedControl
This class defines a user inteface entity that allows the user to control some attribute/data within the system.
o PPushButton
A simple push button control to initiate an action.
o PImageButton
A simple push button control with an image icon in it, which is used to initiate an action
o PRadioButton
A simple radio button control.
o PCheckBox
A 2 state check box control that has Checked, Unchecked states.
o PCheck3WayBox
A 3 state check box control that has Checked, Unchecked and Neither states.
o PChoiceBox
A control for selecting one of a number of choices, similar to radio buttons but typically for larger numbers of options in a smaller space.
o PComboBox
A combination of an edit text box and a drop down list box.
o PListBox
A scrollable list box control for selection of a one or more of items.
o PStringListBox
A scrollable list box control for selection of a one or more of PString objects
o PListViewItem
This class is the ancestor for all elements added to the PListViewControl class
o PListViewControl
A scrollable list view control for selection of a one or more of items.
o PEditBox
This class defines a text edit box control.
o PMultiLineEditBox
This control is a text editing box that allows multiple lines to be entered.
o PPasswordEditBox
This class is a text editing box that does not display characters entered.
o PNumberEditBox
A text editing box that only allows numbers to be entered.
o PIntegerEditBox
A text editing box that only allows numbers to be entered
o PFloatEditBox
A text editing box that only allows numbers to be entered
o PScrollBar
A scroll bar control for visually setting an integer value.
o PHorizontalScrollBar
A horizontal scroll bar control for visually setting an integer value.
o PStaticIcon
This control displays a simple icon.
o PStaticRect
This control displays a filled rectangle.
o PStaticBox
This control displays a rectangle with optional text in the upper left corner.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.