![]() | ITaskDialogRadioButton Interface |
Namespace: EBP.Api.Interfaces.Dialogs
The ITaskDialogRadioButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | Id |
Gets or sets identifier of radio button (this identifier will be returned
by ITaskDialog when user has chosen a radio button)
|
![]() | Text |
Gets or sets the radio button text
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
ITaskDialogRadioButton instance = Utils<ExtensionType>.GetInterface<ITaskDialogRadioButton>();