TaskDialogControl Class
Represents a control hosted by a
TaskDialog instance.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public abstract class TaskDialogControl : IDisposable,
INotifyPropertyChanged
Public MustInherit Class TaskDialogControl
Implements IDisposable, INotifyPropertyChanged
public ref class TaskDialogControl abstract : IDisposable,
INotifyPropertyChanged
[<AbstractClassAttribute>]
type TaskDialogControl =
class
interface IDisposable
interface INotifyPropertyChanged
end
- Inheritance
- Object TaskDialogControl
- Derived
- Implements
- INotifyPropertyChanged, IDisposable
| 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.
|