UIFocusDebugger.CheckFocusability(IUIFocusItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether the item can be focused.
[Foundation.Export("checkFocusabilityForItem:")]
public static UIKit.IUIFocusDebuggerOutput CheckFocusability (UIKit.IUIFocusItem item);
static member CheckFocusability : UIKit.IUIFocusItem -> UIKit.IUIFocusDebuggerOutput
Parameters
- item
- IUIFocusItem
The item to check.
Returns
- Attributes