共用方式為


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功能表作業,包括CreateFromKnownIconCreateFromIconCreateFromFontGlyphCreateFromFontGlyphResetToDefaultMenuItems、SetDefaultMenuItems和 TrySelectDefaultMenuItem,都應該在 UI 執行緒上執行。 在背景背景背景工作執行緒中這麼做可能會導致 UI 執行緒上的事件處理常式發生問題。

適用於

另請參閱