Table of Contents

Class HistoryTextBox

Namespace
Loehnert.Controls
Assembly
Loehnert.Controls.dll

Represents a TextBox with a pop up list of previous entries.

public class HistoryTextBox : TextBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
HistoryTextBox
Implements
Inherited Members

Constructors

HistoryTextBox()

Initializes a new instance of the HistoryTextBox class.

public HistoryTextBox()

Properties

OpenHistoryCommand

Gets the command to open the history.

public ICommand OpenHistoryCommand { get; }

Property Value

ICommand

Methods

OnRenderSizeChanged(SizeChangedInfo)

Raises the SizeChanged event, using the specified information as part of the eventual event data.

protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo)

Parameters

sizeInfo SizeChangedInfo

Details of the old and new size involved in the change.