| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ActivationGestures As ActivationGestureCollection | |
| C# | |
|---|---|
public ActivationGestureCollection ActivationGestures {get;} | |
Return Value
A collection containing the activation gestures supported by the cell editor. The activation gestures can be KeyActivationGestures or TextInputActivationGestures.In an XBAP application, KeyActivationGestures will activate the cell editor but the key will not be forwarded to it. A second keystroke will be required for it to be processed by the editor.
Supported Frameworks: Microsoft .NET Framework version 3.5