A flag indicating if it is allowed to have multiple selections in list box. This property is false by default
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool AllowMultiSelect { get; set; } |
| Visual Basic |
|---|
Public Property AllowMultiSelect As Boolean Get Set |
| Visual C++ |
|---|
public: property bool AllowMultiSelect { bool get (); void set (bool value); } |