Property | Type | Description | |
---|---|---|---|
Attach | void | ||
ICommonFileDialogIndexedControls | void |
Method | Description | |
---|---|---|
CommonFileDialogRadioButtonList ( ) : System |
Creates a new instance of this class.
|
|
CommonFileDialogRadioButtonList ( string name ) : System |
Creates a new instance of this class with the specified name.
|
Method | Description | |
---|---|---|
Attach ( IFileDialogCustomize dialog ) : void |
Attach the RadioButtonList control to the dialog object
|
|
ICommonFileDialogIndexedControls ( ) : void |
Occurs when the user changes the SelectedIndex. Because this method is defined in an interface, we can either have it as public, or make it private and explicitly implement (like below). Making it public doesn't really help as its only internal (but can't have this internal because of the interface) |
public CommonFileDialogRadioButtonList ( ) : System | ||
return | System |
public CommonFileDialogRadioButtonList ( string name ) : System | ||
name | string | The name of this control. |
return | System |