RadialControllerConfiguration.TrySelectDefaultMenuItem 方法

定义

尝试从当前应用上下文支持的内置 RadialController 工具集合中选择和激活工具。

public:
 virtual bool TrySelectDefaultMenuItem(RadialControllerSystemMenuItemKind type) = TrySelectDefaultMenuItem;
bool TrySelectDefaultMenuItem(RadialControllerSystemMenuItemKind const& type);
public bool TrySelectDefaultMenuItem(RadialControllerSystemMenuItemKind type);
function trySelectDefaultMenuItem(type)
Public Function TrySelectDefaultMenuItem (type As RadialControllerSystemMenuItemKind) As Boolean

参数

type
RadialControllerSystemMenuItemKind

要选择和激活的内置工具。

返回

Boolean

bool

如果可以选择该工具,则为 true;否则为 false

注解

RadialController 菜单操作(包括 CreateFromKnownIconCreateFromIconCreateFromFontGlyphCreateFromFontGlyphResetToDefaultMenuItemsSetDefaultMenuItems 和 TrySelectDefaultMenuItem)应在 UI 线程上执行。 在后台工作线程中执行此操作可能会导致 UI 线程上的事件处理程序出现问题。

适用于

另请参阅