UIKit.UIKeyboard Members

The members of UIKit.UIKeyboard are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
AnimationCurveUserInfoKeyFoundation.NSString. Represents the value associated with the constant UIKeyboardAnimationCurveUserInfoKey
[read-only]
static
AnimationDurationUserInfoKeyFoundation.NSString. Represents the value associated with the constant UIKeyboardAnimationDurationUserInfoKey
[read-only]
static
BoundsUserInfoKeyFoundation.NSString. Represents the value associated with the constant UIKeyboardBoundsUserInfoKey
[read-only]
static
CenterBeginUserInfoKeyFoundation.NSString. Represents the value associated with the constant UIKeyboardCenterBeginUserInfoKey
[read-only]
static
CenterEndUserInfoKeyFoundation.NSString. Represents the value associated with the constant UIKeyboardCenterEndUserInfoKey
[read-only]
static
DidChangeFrameNotificationFoundation.NSString. Notification constant for DidChangeFrame
[read-only]
static
DidHideNotificationFoundation.NSString. Notification constant for DidHide
[read-only]
static
DidShowNotificationFoundation.NSString. Notification constant for DidShow
[read-only]
static
FrameBeginUserInfoKeyFoundation.NSString. Represents the value associated with the constant UIKeyboardFrameBeginUserInfoKey
[read-only]
static
FrameEndUserInfoKeyFoundation.NSString. Represents the value associated with the constant UIKeyboardFrameEndUserInfoKey
[read-only]
static
WillChangeFrameNotificationFoundation.NSString. Notification constant for WillChangeFrame
[read-only]
static
WillHideNotificationFoundation.NSString. Notification constant for WillHide
[read-only]
static
WillShowNotificationFoundation.NSString. Notification constant for WillShow

Public Methods

static
AnimationCurveFromNotification(Foundation.NSNotification) : uint
Deprecated: helper method to extract the animation curve from a notification.
static
AnimationDurationFromNotification(Foundation.NSNotification) : double
Deprecated: helper method to extract the animation duration from a notification.
static
BoundsFromNotification(Foundation.NSNotification) : CoreGraphics.CGRect
Deprecated: helper method to extract the keyboard bounds from a notification.
static
CenterBeginFromNotification(Foundation.NSNotification) : CoreGraphics.CGPoint
Deprecated: helper method to extract the center start from a notification
static
CenterEndFromNotification(Foundation.NSNotification) : CoreGraphics.CGPoint
Deprecated: helper method to extract the center end from a notification.
static
FrameBeginFromNotification(Foundation.NSNotification) : CoreGraphics.CGRect
Deprecated: helper method to extract the keyboard's starting frame from a notification
static
FrameEndFromNotification(Foundation.NSNotification) : CoreGraphics.CGRect
Deprecated: helper method to extract the keyboard's ending frame from a notification