SubMenuStyleCollectionEditor.CanSelectMultipleInstances 方法

定义

获取一个值,该值指示是否可在编辑器中一次选择多个 SubMenuStyle 元素。

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

返回

Boolean

总是为 false

注解

该方法CanSelectMultipleInstances始终返回false;因此,在对象中SubMenuStyleCollectionEditor一次只能选择一个SubMenuStyle对象。

适用于

另请参阅