







|
| Vista Bridge Library for Managed code development |
| TaskDialogStartupLocation Enumeration |
| See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Specifies the initial display location for a task dialog.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum TaskDialogStartupLocation |
| Visual Basic (Declaration) |
|---|
Public Enumeration TaskDialogStartupLocation |
| Visual C++ |
|---|
public enum class TaskDialogStartupLocation |
Members
| Member name | Description | |
|---|---|---|
| CenterScreen |
Place the window in the center of the screen.
| |
| CenterOwner |
Center the window based on the window that launched the dialog.
|
