Click or drag to resize
Sandcastle Help File BuilderProjectPropertiesWindowProcessCmdKey Method
This is overridden to show help for the current property page

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)

Parameters

msg
Type: System.Windows.FormsMessage
The message to process
keyData
Type: System.Windows.FormsKeys
The key data to process

Return Value

Type: Boolean
True if the command key is handled, false if not
See Also