csharp
public sealed class HeadlessTextInputNo text input, and no IME to compose it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public bool IsActiveWhether text input is running.
public bool HasOnScreenKeyboardWhether this platform shows an on-screen keyboard when text input starts.
public bool IsOnScreenKeyboardVisibleWhether an on-screen keyboard is showing now.
public Rectangle OnScreenKeyboardAreaThe area the on-screen keyboard is covering, in logical points relative to the window — Empty when nothing is covered.
public Rectangle CandidateAreaThe caret rectangle last given to SetCandidateArea.
Methods (3)
Used by (2)
- HeadlessLifecycleTestsVixen.Platform.Headless.Tests
- HeadlessPlatformVixen.Platform.Headless