IMenuEditorService.IsActive 方法
定义
指示当前菜单是否处于活动状态。Indicates whether the current menu is active.
public:
bool IsActive();
public bool IsActive ();
abstract member IsActive : unit -> bool
Public Function IsActive () As Boolean
返回
如果当前菜单当前处于活动状态,则为 true;否则,为 false。true if the current menu is currently active; otherwise, false.