UIResponder_NSObjectExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for UIResponder that respond to attached hardware zoom/unzoom requests.
public static class UIResponder_NSObjectExtension
type UIResponder_NSObjectExtension = class
- Inheritance
-
UIResponder_NSObjectExtension
Methods
DecreaseSize(UIResponder, NSObject) |
A hardware keyboard request (Command-minus) to decrease the size of the UIResponder. |
IncreaseSize(UIResponder, NSObject) |
A hardware keyboard request (Command-plus) to increase the size of the UIResponder. |