T3000 CrossPlatform Documentation
FastColoredTextBoxProcessDialogKey Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.ProcessDialogKey(System.Windows.Forms.Keys)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected override bool ProcessDialogKey( Keys keyData )
Protected Overrides Function ProcessDialogKey ( keyData As Keys ) As Boolean Dim keyData As Keys Dim returnValue As Boolean returnValue = Me.ProcessDialogKey(keyData)
Parameters
- keyData
- Type: System.Windows.FormsKeys
[Missing <param name="keyData"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.ProcessDialogKey(System.Windows.Forms.Keys)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.ProcessDialogKey(System.Windows.Forms.Keys)"]
See Also