Click or drag to resize

AdditionalVisualStyleElementsTaskDialog Class

Provides VisualStyleElement objects for task dialog related elements.
Inheritance Hierarchy
SystemObject
  Ookii.DialogsAdditionalVisualStyleElementsTaskDialog

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class TaskDialog

The AdditionalVisualStyleElementsTaskDialog type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPrimaryPanel
Gets a visual style element that represents the primary panel of a task dialog.
Public propertyStatic memberSecondaryPanel
Gets a visual style element that represents the secondary panel of a task dialog.
Top
Remarks
Note Note
Use of these styles requires Windows Vista or a newer version of Windows.
Thread Safety
Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.
See Also