WizardStepCollectionEditor.CanSelectMultipleInstances Method

Definition

Indicates whether multiple instances may be selected.

protected:
 override bool CanSelectMultipleInstances();
protected override bool CanSelectMultipleInstances ();
override this.CanSelectMultipleInstances : unit -> bool
Protected Overrides Function CanSelectMultipleInstances () As Boolean

Returns

true if multiple items can be selected at once; otherwise, false. This implementation always returns false.

Applies to

See also