BCOpenDocumentDialogMultiselect Property |
Gets or sets a value indicating whether the dialog box allows multiple documents to be selected.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.49.0)
Syntaxpublic bool Multiselect { get; set; }
Public Property Multiselect As Boolean
Get
Set
public:
property bool Multiselect {
bool get ();
void set (bool value);
}
member Multiselect : bool with get, set
Property Value
Type:
Boolean
See Also