Click or drag to resize

PreviewHandlerEnterHelpMode Property

Gets or sets a value indicating whether context-sensitive help mode should be entered during an in-place activation session.

Namespace:  ShellBoost.Core.Handlers
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual bool EnterHelpMode { get; set; }

Property Value

Type: Boolean
true if context-sensitive help mode should be entered during an in-place activation session; otherwise, false.
See Also