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:  callback.ShellBoost.Core.Handlers
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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