Show / Hide Table of Contents

    Interface IKeyboardService

    Keyboard service.

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public interface IKeyboardService

    Properties

    Height

    Gets the current height of the on-screen keyboard

    Declaration
    double Height { get; }
    Property Value
    Type Description
    Double

    The height.

    IsHardwareKeyboardActive

    Gets a value indicating whether the hardware keyboard active.

    Declaration
    bool IsHardwareKeyboardActive { get; }
    Property Value
    Type Description
    Boolean

    true if is hardware keyboard active; otherwise, false.

    LanguageRegion

    Gets the language region.

    Declaration
    string LanguageRegion { get; }
    Property Value
    Type Description
    String

    The language region.

    Methods

    Hide()

    Forces the device's on screen keyboard to be hidden.

    Declaration
    void Hide()

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel