







![]() ![]() ![]() |
Vista Bridge Library for Managed code development |
CommonFileDialogRadioButtonList Members |
CommonFileDialogRadioButtonList Class Constructors Methods Fields Properties Events See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
The CommonFileDialogRadioButtonList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CommonFileDialogRadioButtonList | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | ApplyPropertyChange |
Calls the hosting dialog, if it exists, to
to indicate that a property has changed, and that
the dialog should do whatever is necessary
to propagate the change to the native control.
Note that if the dialog isn't set yet,
there are no restrictions on setting the property.
(Inherited from DialogControl.) |
![]() | CheckPropertyChangeAllowed |
Calls the hosting dialog, if it exists, to check whether the
property can be set in the dialog's current state.
The host should throw an exception if the change is not supported.
Note that if the dialog isn't set yet,
there are no restrictions on setting the property.
(Inherited from DialogControl.) |
![]() | Equals |
Compares two objects to determine whether they are equal
(Inherited from DialogControl.) |
![]() | Allows an (Inherited from | |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from DialogControl.) |
![]() | Gets the (Inherited from | |
![]() | Creates a shallow copy of the current (Inherited from | |
![]() | RaiseSelectedIndexChangedEvent |
Called when the SelectedIndex is changed.
|
![]() | Returns a (Inherited from |
Fields
Name | Description | |
---|---|---|
![]() | textValue |
Holds the text that will be displayed for this control.
(Inherited from CommonFileDialogControl.) |
Properties
Name | Description | |
---|---|---|
![]() | Enabled |
Is this control enabled. Disabled controls are grayed out.
(Inherited from CommonFileDialogControl.) |
![]() | Items | |
![]() | Name | (Inherited from DialogControl.) |
![]() | SelectedIndex |
Gets the current index of the selected item
|
![]() | Text |
The text string that shows on the control
(Inherited from CommonFileDialogControl.) |
![]() | Visible |
Gets or sets a boolean value that indicates whether (true) or
not (false) this control is visible.
(Inherited from CommonFileDialogControl.) |
Events
Name | Description | |
---|---|---|
![]() | SelectedIndexChanged |
Raised when the SelectedIndex is changed.
|