| ProjectPropertiesWindowProcessCmdKey Method |
This is overridden to show help for the current property page
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected override bool ProcessCmdKey(
ref Message msg,
Keys keyData
)
Protected Overrides Function ProcessCmdKey (
ByRef msg As Message,
keyData As Keys
) As Boolean
protected:
virtual bool ProcessCmdKey(
Message% msg,
Keys keyData
) override
abstract ProcessCmdKey :
msg : Message byref *
keyData : Keys -> bool
override ProcessCmdKey :
msg : Message byref *
keyData : Keys -> bool
Parameters
- msg
- Type: System.Windows.FormsMessage
The message to process - keyData
- Type: System.Windows.FormsKeys
The key data to process
Return Value
Type:
BooleanTrue if the command key is handled, false if not
See Also