HelpWindow Class

Definition

A window displaying help content and allowing search

public ref class HelpWindow : System::Windows::Window, System::Windows::Markup::IComponentConnector
public class HelpWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector
type HelpWindow = class
    inherit Window
    interface IComponentConnector
Public Class HelpWindow
Inherits Window
Implements IComponentConnector
Inheritance
HelpWindow
Implements

Constructors

HelpWindow(PSObject)

Initializes a new instance of the HelpWindow class

Fields

MaximumZoom

Maximum zoom in the slider

MinimumZoom

Minimum zoom in the slider

ZoomInterval

Zoom interval

Methods

InitializeComponent()

InitializeComponent

OnPreviewKeyDown(KeyEventArgs)

Handles key down to fix the Page/Douwn going to end of help issue And to implement some additional shortcuts like Ctrl+F and ZoomIn/ZoomOut

OnPreviewMouseWheel(MouseWheelEventArgs)

Handles the mouse wheel to zoom in/out

Explicit Interface Implementations

IComponentConnector.Connect(Int32, Object)

Applies to