Share via


IUIWindowSceneDelegate.GetPreferredWindowingControlStyle Method

Definition

[Foundation.Export("preferredWindowingControlStyleForScene:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UISceneWindowingControlStyle GetPreferredWindowingControlStyle(UIKit.UIWindowScene windowScene);
[<Foundation.Export("preferredWindowingControlStyleForScene:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to