ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.Framework.Input Namespace / Ime.ImeContext Class / Enable Property

In This Topic
    Enable Property (Ime.ImeContext)
    In This Topic
    Gets or sets wehther the ime context is used by ime device.
    Syntax
    'Declaration
     
    
    Public Property Enable As Boolean
    public bool Enable {get; set;}

    Property Value

    true, the ime context is used by ime device. false, the ime context is not used by ime device.
    See Also