







|
| Vista Bridge Library for Managed code development |
| TaskDialogExpandedInformationLocation Enumeration |
| See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Specifies the options for expand/collapse sections in dialogs.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum TaskDialogExpandedInformationLocation |
| Visual Basic (Declaration) |
|---|
Public Enumeration TaskDialogExpandedInformationLocation |
| Visual C++ |
|---|
public enum class TaskDialogExpandedInformationLocation |
Members
| Member name | Description | |
|---|---|---|
| Hide |
Do not show the content.
| |
| ExpandContent |
Show the content.
| |
| ExpandFooter |
Expand the footer content.
|
