2012-10-15 36 views

Trả lời

1

Sử dụng này trên TextView nhấp chuột

InputMethodManager imm=(InputMethodManager)getSystemService(yourActivity.this.INPUT_METHOD_SERVICE); 
imm.toggleSoftInput(InputMethodManager.SHOW_FORCED, 0); 
4
void button_Click(object sender, EventArgs e) 
{ 
    InputMethodManager imm = (InputMethodManager)GetSystemService(InputMethodService); 
    imm.ToggleSoftInput(ShowSoftInputFlags.Forced,HideSoftInputFlags.None); 
} 
Các vấn đề liên quan