Sdílet prostřednictvím


OpenFileDialog.Multiselect Vlastnost

Definice

Získá nebo nastaví možnost označující, zda OpenFileDialog umožňuje uživatelům vybrat více souborů.

public:
 property bool Multiselect { bool get(); void set(bool value); };
public bool Multiselect { get; [System.Security.SecurityCritical] set; }
public bool Multiselect { get; set; }
[<set: System.Security.SecurityCritical>]
member this.Multiselect : bool with get, set
member this.Multiselect : bool with get, set
Public Property Multiselect As Boolean

Hodnota vlastnosti

truepokud je povoleno více výběrů; v opačném případě . false Výchozí formát je false.

Atributy

Platí pro