HideKeyboardEvent

class HPS.HideKeyboardEvent : public HPS.Event

The HideKeyboardEvent class is the event that can be used on mobile devices to request that the software keyboard be hidden

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this HideKeyboardEvent.

Return

A copy of this HideKeyboardEvent.

override void Dispose ()
HideKeyboardEvent ()

The default constructor creates a HideKeyboardEvent.

HideKeyboardEvent (HPS.Event in_event)

This constructor converts an EventObject to an HideKeyboardEvent object.

Param in_event

The EventObject to be converted.

HideKeyboardEvent (HPS.HideKeyboardEvent in_that)