added SSCLI 1.0
[windows-sources.git] / sdk / samples / CrossTechnologySamples / VistaBridge / vistabridgelibrary / dialogs / taskdialogstartuplocation.cs
blob7f188c09f500fce760db7c17059f8fe0aa07bb65
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
5 namespace Microsoft.SDK.Samples.VistaBridge.Library
7 /// <summary>
8 /// Specifies the initial display location for a task dialog.
9 /// </summary>
10 public enum TaskDialogStartupLocation
12 /// <summary>
13 /// Place the window in the center of the screen.
14 /// </summary>
15 CenterScreen,
16 /// <summary>
17 /// Center the window based on the window that launched the dialog.
18 /// </summary>
19 CenterOwner