RadialControllerConfiguration.TrySelectDefaultMenuItem 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試從目前應用程式內容支援的內建 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
參數
要選取並啟用的內建工具。
傳回
Boolean
bool
如果可以選取工具,則為true;否則為 false。
備註
RadialController功能表作業,包括CreateFromKnownIcon、CreateFromIcon、CreateFromFontGlyph、CreateFromFontGlyph、ResetToDefaultMenuItems、SetDefaultMenuItems和 TrySelectDefaultMenuItem,都應該在 UI 執行緒上執行。 在背景背景背景工作執行緒中這麼做可能會導致 UI 執行緒上的事件處理常式發生問題。