public abstract class TaskDialogButtonBase : TaskDialogControlPublic MustInherit Class TaskDialogButtonBase
Inherits TaskDialogControlpublic ref class TaskDialogButtonBase abstract : public TaskDialogControl[<AbstractClassAttribute>]
type TaskDialogButtonBase =
class
inherit TaskDialogControl
end| Description | Gets or sets the description of the button. If the button is displayed as a command link, description is displayed under the main text. Otherwise, the description can be displayed as a tooltip (when the TaskDialog is used in compatibility mode). |
| Enabled | Gets or sets whether the button is enabled. |
| Name |
Gets or sets the name of this control. Name is not required to be set, but it can be used
to identify controls in a TaskDialogControlCollectionT by name.
This property can be changed without restriction.
(Inherited from TaskDialogControl) |
| Parent |
Gets the parent dialog that is hosting the control.
(Inherited from TaskDialogControl) |
| Tag |
Gets or sets a tag for this TaskDialogControl.
A tag can be any object for custom purposes.
(Inherited from TaskDialogControl) |
| Text | Gets or sets the button text. |
| Dispose |
Disposes this TaskDialogControl instance.
(Inherited from TaskDialogControl) |
| ToString |
Returns the string representation of this button.
(Overrides TaskDialogControlToString) |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from TaskDialogControl) |