Sandbox Logo

Panel.AcceptsImeInput

bool AcceptsImeInput { get; set; }

Description

False by default. Anything that is capable of accepting IME input should return true. Which is probably just a TextEntry.

Return

User Comments