TaskDialogControl Class

Represents a control hosted by a TaskDialog instance.

Definition

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

Properties

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.
Parent Gets the parent dialog that is hosting the control.
Tag Gets or sets a tag for this TaskDialogControl. A tag can be any object for custom purposes.

Methods

Dispose Disposes this TaskDialogControl instance.
ToString Returns the string representation of this control.
(Overrides ObjectToString)

Events

PropertyChanged Occurs when a property value changes.

See Also