MenuItemStyleCollectionEditor.CanSelectMultipleInstances Metodo

Definizione

Ottiene un valore che indica se è possibile selezionare più elementi MenuItemStyle contemporaneamente all'interno dell'editor.

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

Restituisce

Sempre false.

Commenti

Il CanSelectMultipleInstances metodo restituisce falsesempre ; pertanto, è possibile selezionare un MenuItemStyle solo oggetto alla volta nell'oggetto MenuItemStyleCollectionEditor .

Si applica a

Vedi anche