CollectionEditor.CollectionForm.CanSelectMultipleInstances Method

Definition

Indicates whether multiple collection items can be selected at once.

protected:
 virtual bool CanSelectMultipleInstances();
protected virtual bool CanSelectMultipleInstances ();
abstract member CanSelectMultipleInstances : unit -> bool
override this.CanSelectMultipleInstances : unit -> bool
Protected Overridable Function CanSelectMultipleInstances () As Boolean

Returns

true if it multiple collection members can be selected at the same time; otherwise, false. By default, this method returns the value from CanSelectMultipleInstances() of the CollectionEditor for this form.

Remarks

This method indicates whether multiple collection members can be selected within the collection editor dialog box.

Applies to