  | AdditionalVisualStyleElementsTaskDialogPrimaryPanel Property  | 
 
            Gets a visual style element that represents the primary panel of a task dialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static VisualStyleElement PrimaryPanel { get; }Public Shared ReadOnly Property PrimaryPanel As VisualStyleElement
	Get
public:
static property VisualStyleElement^ PrimaryPanel {
	VisualStyleElement^ get ();
}static member PrimaryPanel : VisualStyleElement with get
Property Value
Type: 
VisualStyleElement
            A 
VisualStyleElement representing the style for the primary panel.
            
See Also