Click or drag to resize
DigitalRunePlatformHelper Methods

The PlatformHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateCursor(Stream)
Creates a System.Windows.Forms.Cursor instance.
Public methodStatic memberCreateCursor(String)
Creates a System.Windows.Forms.Cursor instance.
Public methodStatic memberDestroyCursor
Destroys a cursor that was created using (CreateCursor(String)).
Public methodStatic memberGetClipboardText
Gets the clipboard text.
Public methodStatic memberGetForm
Gets the System.Windows.Forms.Form associated with the given handle.
Public methodStatic memberGetKeyMap
Gets the key map for the specified virtual-key codes.
Public methodStatic memberIsFormVisible
Determines whether the specified form is visible.
Public methodStatic memberSetClipboardText
Sets the clipboard text.
Public methodStatic memberSetCursor
Sets the cursor of the specified form.
Top
See Also