UIKit.UIWindow Members

The members of UIKit.UIWindow are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

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.

Protected Constructors

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.

Public Properties

[read-only]
static
AppearanceUIWindow.UIWindowAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DidBecomeHiddenNotificationFoundation.NSString. Notification constant for DidBecomeHidden
[read-only]
static
DidBecomeKeyNotificationFoundation.NSString. Notification constant for DidBecomeKey
[read-only]
static
DidBecomeVisibleNotificationFoundation.NSString. Notification constant for DidBecomeVisible
[read-only]
static
DidResignKeyNotificationFoundation.NSString. Notification constant for DidResignKey
[read-only]
IsKeyWindowbool. Whether this UIWindow is the key window for the app.
[read-only]
static
KeyboardDidChangeFrameNotificationFoundation.NSString. Notification constant for KeyboardDidChangeFrame
[read-only]
static
KeyboardWillChangeFrameNotificationFoundation.NSString. Notification constant for KeyboardWillChangeFrame
RootViewControllerUIViewController. The top-level UIViewController for this UIWindow.
ScreenUIScreen. The UIScreen on which this UIWindow is being displayed.
WindowLevelnfloat. The layer group (i.e., Alert, Status Bar, or Normal) to which this UIWindow belongs.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIWindow.UIWindowAppearance
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) : CoreGraphics.CGPoint
Converts a PointF from the coordinate system of a given window into this UIWindow's coordinate system.
ConvertPointToWindow(UIWindow, CoreGraphics.CGPoint) : CoreGraphics.CGPoint
Converts a PointF from the coordinate system of this UIWindow into the coordinate system of another UIWindow.
ConvertRectFromWindow(UIWindow, CoreGraphics.CGRect) : CoreGraphics.CGRect
Converts a RectangleF from the coordinate system of another window into the coordinate system of this UIWindow.
ConvertRectToWindow(UIWindow, CoreGraphics.CGRect) : CoreGraphics.CGRect
Converts a RectangleF from the coordinate system of this UIWindow into the coordinate system of another UIWindow.
static
GetAppearance<T>() : UIWindow.UIWindowAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIWindow.UIWindowAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIWindow.UIWindowAppearance
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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIWindow object.