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.
[SuppressMessage("StyleCop.CSharp.NamingRules", "SA1313:Parameter names should begin with lower-case letter", Justification = "Three underlines should also be accepted.")]
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
sizeInfoSizeChangedInfoDetails of the old and new size involved in the change.