  | AdditionalVisualStyleElementsTaskDialogSecondaryPanel Property  | 
 
            Gets a visual style element that represents the secondary 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 SecondaryPanel { get; }Public Shared ReadOnly Property SecondaryPanel As VisualStyleElement
	Get
public:
static property VisualStyleElement^ SecondaryPanel {
	VisualStyleElement^ get ();
}static member SecondaryPanel : VisualStyleElement with get
Property Value
Type: 
VisualStyleElement
            A 
VisualStyleElement representing the style for the secondary panel.
            
See Also