dict.cc dictionary

Utils.sip Method 

Switches SIP on or off

[Visual Basic]
Public Shared Sub sip( _
   ByVal on As Boolean _
)
[C#]
public static void sip(
   bool on
);

Parameters

on
true for showing SIP, false for hiding it

Remarks

Only on mobile platforms, else the method does nothing. On mobile platforms it uses SipShowIM() in order to show or hide the Soft Input Panel (SIP).

See Also

Utils Class | dict Namespace | SipShowIM | isMobile