ShowKeyboardEvent

class HPS.ShowKeyboardEvent : public HPS.Event

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

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this ShowKeyboardEvent.

Return

A copy of this ShowKeyboardEvent.

override void Dispose ()
ShowKeyboardEvent ()

The default constructor creates a ShowKeyboardEvent.

ShowKeyboardEvent (HPS.Event in_event)

This constructor converts an EventObject to an ShowKeyboardEvent object.

Param in_event

The EventObject to be converted.

ShowKeyboardEvent (HPS.ShowKeyboardEvent in_that)