TaskDialogButtonBase Class

Represents the base class for TaskDialog buttons.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public abstract class TaskDialogButtonBase : TaskDialogControl
Inheritance
Object    TaskDialogControl    TaskDialogButtonBase
Derived

Properties

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.

Methods

Dispose Disposes this TaskDialogControl instance.
(Inherited from TaskDialogControl)
ToString Returns the string representation of this button.
(Overrides TaskDialogControlToString)

Events

PropertyChanged Occurs when a property value changes.
(Inherited from TaskDialogControl)

See Also