In This Article

BarComboBoxEmbeddedTextBox Class

Represents an embedded textbox within an editable BarComboBox.

public class BarComboBoxEmbeddedTextBox : EmbeddedTextBox
Inheritance:
object Visual UIElement FrameworkElement Control TextBoxBase TextBox EmbeddedTextBox object

Constructors

BarComboBoxEmbeddedTextBox()

Initializes an instance of the class.

public BarComboBoxEmbeddedTextBox()

Methods

OnCreateAutomationPeer()

Creates and returns an AutomationPeer object for the text box.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

An AutomationPeer object for the text box.

Inherited Members