Class HistoryTextBox
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
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
SizeChangedInfoDetails of the old and new size involved in the change.