Xceed Grid for WinForms v4.3 Documentation
IsActivationKey Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > QueryEditorActivationKeyEventArgs Class : IsActivationKey Property
Gets or sets a boolean value indicating if the key provided by KeyData activates the editor.
Syntax
'Declaration
 
Public Property IsActivationKey As Boolean
'Usage
 
Dim instance As QueryEditorActivationKeyEventArgs
Dim value As Boolean
 
instance.IsActivationKey = value
 
value = instance.IsActivationKey
public bool IsActivationKey {get; set;}

Property Value

true if KeyData 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 key.

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

Reference

QueryEditorActivationKeyEventArgs Class
QueryEditorActivationKeyEventArgs Members