UIManagerPropertyName
public enum UIManagerPropertyName : String, PropertyNameProtocol
Undocumented
-
The “add-tearoffs” property controls whether generated menus have tearoff menu items.
Note that this only affects regular menus. Generated popup menus never have tearoff menu items.
add-tearoffs is deprecated: Tearoff menus are deprecated and should not be used in newly written code.
Declaration
Swift
case addTearoffs = "add-tearoffs"
-
Undocumented
Declaration
Swift
case ui = "ui"