Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / QueryEditorActivationCharEventArgs Class / IsActivationChar Property


In This Topic
    IsActivationChar Property
    In This Topic
    Gets or sets a boolean value indicating if the character provided by CharCode activates the editor.
    Syntax
    'Declaration
     
    Public Property IsActivationChar As Boolean
    'Usage
     
    Dim instance As QueryEditorActivationCharEventArgs
    Dim value As Boolean
     
    instance.IsActivationChar = value
     
    value = instance.IsActivationChar
    public bool IsActivationChar {get; set;}

    Property Value

    true if CharCode activates the editor; false otherwise.
    Remarks

    If true, the editor is activated and will immediately receive a System.Windows.Forms.Control.KeyDown event for that char.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also