PrintDialog.AllowSelection Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Optionsschaltfläche Auswahl aktiviert ist, oder legt diesen fest.

public:
 property bool AllowSelection { bool get(); void set(bool value); };
public bool AllowSelection { get; set; }
member this.AllowSelection : bool with get, set
Public Property AllowSelection As Boolean

Eigenschaftswert

true , wenn die Optionsschaltfläche Auswahl aktiviert ist; falseandernfalls . Der Standardwert ist false.

Gilt für:

Weitere Informationen