The members of UIKit.UIWindow are listed below.
See Also: Inherited members from UIKit.UIView
| UIWindow() | Default constructor that initializes a new instance of this class with no parameters. | |
| Initializes the UIWindow with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | 
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | 
| [read-only] static  | Appearance | UIWindow.UIWindowAppearance. Strongly-typed property that returns the UIAppearance class for this class. | 
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| [read-only] static  | DidBecomeHiddenNotification | Foundation.NSString. Notification constant for DidBecomeHidden | 
| [read-only] static  | DidBecomeKeyNotification | Foundation.NSString. Notification constant for DidBecomeKey | 
| [read-only] static  | DidBecomeVisibleNotification | Foundation.NSString. Notification constant for DidBecomeVisible | 
| [read-only] static  | DidResignKeyNotification | Foundation.NSString. Notification constant for DidResignKey | 
| [read-only] | IsKeyWindow | bool. Whether this UIWindow is the key window for the app. | 
| [read-only] static  | KeyboardDidChangeFrameNotification | Foundation.NSString. Notification constant for KeyboardDidChangeFrame | 
| [read-only] static  | KeyboardWillChangeFrameNotification | Foundation.NSString. Notification constant for KeyboardWillChangeFrame | 
| RootViewController | UIViewController. The top-level UIViewController for this UIWindow. | |
| Screen | UIScreen. The UIScreen on which this UIWindow is being displayed. | |
| WindowLevel | nfloat. The layer group (i.e., Alert, Status Bar, or Normal) to which this UIWindow belongs. | 
| static  | AppearanceWhenContainedIn(params Type[]) Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
| BecomeKeyWindow() Application developers should not call this method, which is called by the system when the UIWindow become the key window. | ||
| ConvertPointFromWindow(UIWindow, CoreGraphics.CGPoint) Converts a PointF from the coordinate system of a given window into this UIWindow's coordinate system. | ||
| ConvertPointToWindow(UIWindow, CoreGraphics.CGPoint) Converts a PointF from the coordinate system of this UIWindow into the coordinate system of another UIWindow. | ||
| ConvertRectFromWindow(UIWindow, CoreGraphics.CGRect) Converts a RectangleF from the coordinate system of another window into the coordinate system of this UIWindow. | ||
| ConvertRectToWindow(UIWindow, CoreGraphics.CGRect) Converts a RectangleF from the coordinate system of this UIWindow into the coordinate system of another UIWindow. | ||
| static  | GetAppearance<T>() The strongly-typed IUIAppearance for this object. | |
| static  | GetAppearance<T>(UITraitCollection) Documentation for this section has not yet been entered. | |
| static  | GetAppearance<T>(UITraitCollection, params Type[]) Documentation for this section has not yet been entered. | |
| MakeKeyAndVisible() Makes this UIWindow the key window for the application and makes it visible. (Often the last method called from UIApplicationDelegate.FinishedLaunching.) | ||
| MakeKeyWindow() Makes this UIWindow the key window. | ||
| ResignKeyWindow() App developers must not call this method, which is called by the system when the UIWindow resigns its status as key window. | ||
| SendEvent(UIEvent) Sends the specified event, sent by the UIApplication object, to this UIWindow's views. | ||