/// <summary>
		/// Initializes a new instance of the <see cref="InputPanelEx"/> class for enabling and disabling the soft input panel (SIP).
		/// </summary>
		public InputPanelEx()
		{
			mMethods = new InputMethodCollection();
		}
 /// <summary>
 /// Initializes a new instance of the <see cref="InputPanelEx"/> class for enabling and disabling the soft input panel (SIP).
 /// </summary>
 public InputPanelEx()
 {
     mMethods = new InputMethodCollection();
 }