RadioGroup Object Properties
|
Name |
Description |
|
Align |
Determines how the control aligns within its container (parent control). |
|
AlignWithMargins |
Indicates whether a control should be constrained by margins. |
|
Anchors |
Specifies how the control is anchored to its parent. |
|
BiDiMode |
Specifies the bi-directional mode for the control. |
|
Caption |
Specifies a text string that identifies the control to the user. |
|
Color |
Specifies the background color of the control. |
|
Columns |
Specifies number of columns in the radio group. |
|
Constraints |
Specifies the size constraints for the control. |
|
Ctl3D |
Determines whether a control has a three-dimensional (3-D) or two-dimensional look. |
|
Cursor |
Specifies the image used to represent the mouse pointer when it passes into the region covered by the control. |
|
CustomHint |
Custom hint for control. |
|
DoubleBuffered |
Determines whether the control's image is rendered directly to the window or painted to an in-memory bitmap first. |
|
DragCursor |
Indicates the image used to represent the mouse pointer when the control is being dragged. |
|
DragKind |
Specifies whether the control is being dragged normally or for docking. |
|
DragMode |
Determines how the control initiates drag-and-drop or drag-and-dock operations. |
|
Enabled |
Controls whether the control responds to mouse, keyboard, and timer events. |
|
Font |
Controls the attributes of text written on or in the control. |
|
Height |
Specifies the vertical size of the control in pixels. |
|
HelpContext |
Numeric ID for control's context-sensitive help topic |
|
HelpKeyword |
Keyword for control's context-sensitive help topic |
|
HelpType |
Indicates whether the control's context sensitive help topic is identified by context ID or by keyword. |
|
Hint |
Contains the text string that can appear when the user moves the mouse over the control. |
|
ItemIndex |
Indicates which radio button in the group is currently selected. |
|
Items |
Use the Text property to get/set the list of radio buttons in the radio group. |
|
Left |
Specifies the horizontal coordinate of the left edge of a component relative to its parent. |
|
Margins |
Specifies the margins for the control. |
|
Name |
Specifies the name of the component as referenced in code. |
|
ParentBackground |
Determines whether control uses parent's theme background. |
|
ParentBiDiMode |
Specifies whether the control uses its parent's BiDiMode. |
|
ParentColor |
Determines where a control looks for its color information. |
|
ParentCtl3D |
Determines where a component looks to determine if it should appear three dimensional. |
|
ParentCustomHint |
Determines where a control looks for its custom hint. |
|
ParentDoubleBuffered |
ParentDoubleBuffered defers the DoubleBuffered property of this component to the value of the parent's DoubleBuffered property. |
|
ParentFont |
Determines where a control looks for its font information. |
|
ParentShowHint |
Determines where a control looks to find out if its Help Hint should be shown. |
|
PopupMenu |
Identifies the pop-up menu associated with the control. |
|
SelectedItem |
Returns the index of the selected radio button. |
|
ShowHint |
Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control. |
|
TabOrder |
Indicates the position of the control in its parent's tab order. |
|
TabStop |
Determines if the user can tab to a control. |
|
Tag |
Stores an integer value as part of a component. |
|
Text |
The text of the radio buttons. Specify a list of items separated by line breaks. To enter multiple lines of text at design time right click in the property editor and select "Multiline Edit". When assigning a list of items at run time using SetDialogProperty delimit lines with the %CRLF% variable. |
|
Top |
Specifies the Y coordinate of the top left corner of a control, relative to its parent or containing control in pixels. |
|
Visible |
Determines whether the component appears onscreen. |
|
Width |
Specifies the horizontal size of the control or form in pixels. |
|
WordWrap |
Specifies whether the text for the radio buttons wraps to fit the width of the radio group. |