Share via


UIWindowSceneDelegate.GetPreferredWindowingControlStyle(UIWindowScene) Method

Definition

[Foundation.Export("preferredWindowingControlStyleForScene:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UISceneWindowingControlStyle GetPreferredWindowingControlStyle(UIKit.UIWindowScene windowScene);
[<Foundation.Export("preferredWindowingControlStyleForScene:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPreferredWindowingControlStyle : UIKit.UIWindowScene -> UIKit.UISceneWindowingControlStyle
override this.GetPreferredWindowingControlStyle : UIKit.UIWindowScene -> UIKit.UISceneWindowingControlStyle

Parameters

windowScene
UIWindowScene

Returns

Implements

Attributes

Applies to