RoleGroupCollectionEditor.CanSelectMultipleInstances Method

Definition

Provides a value indicating whether the editor allows selection of multiple items in the collection.

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

Returns

false.

Remarks

The CanSelectMultipleInstances method is inherited from the CollectionEditor class.

Applies to

See also