PlatformHelper Methods |
The PlatformHelper type exposes the following members.
Name | Description | |
---|---|---|
CreateCursor(Stream) |
Creates a System.Windows.Forms.Cursor instance.
| |
CreateCursor(String) |
Creates a System.Windows.Forms.Cursor instance.
| |
DestroyCursor |
Destroys a cursor that was created using (CreateCursor(String)).
| |
GetClipboardText |
Gets the clipboard text.
| |
GetForm |
Gets the System.Windows.Forms.Form associated with the given handle.
| |
GetKeyMap |
Gets the key map for the specified virtual-key codes.
| |
IsFormVisible |
Determines whether the specified form is visible.
| |
SetClipboardText |
Sets the clipboard text.
| |
SetCursor |
Sets the cursor of the specified form.
|