MenuItemStyleCollectionEditor.CanSelectMultipleInstances 方法

定义

获取一个值,该值指示是否可在编辑器中一次选择多个 MenuItemStyle 元素。Gets a value indicating whether multiple MenuItemStyle elements can be selected in the editor at one time.

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

返回

Boolean

总是为 falseAlways false.

注解

CanSelectMultipleInstances方法始终返回 false ,因此, MenuItemStyle 对象中一次只能选择一个对象 MenuItemStyleCollectionEditorThe CanSelectMultipleInstances method always returns false; thus, only one MenuItemStyle object can be selected at a time in the MenuItemStyleCollectionEditor object.

适用于

另请参阅