EnableMiniMode Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets or sets a value that controls whether to the save dialog displays in expanded mode.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool EnableMiniMode { get; set; }
Visual Basic (Declaration)
Public Property EnableMiniMode As Boolean
Visual C++
public:
property bool EnableMiniMode {
	bool get ();
	void set (bool value);
}

Remarks

Expanded mode controls whether the dialog shows folders for browsing or hides them.

Permissions

PermissionDescription
System..::.InvalidOperationException This property cannot be changed when the dialog is showing.

See Also