MultiSelect Property

Vista Bridge Library

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

Gets or sets a value that controls whether the user can select more than one file.

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

Syntax

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

See Also