StringEditControl Members
The StringEditControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StringEditControl()()()() |
Initializes a new instance of the StringEditControl class.
|
Methods
Name | Description | |
---|---|---|
OnGotFocus |
Invoked whenever an unhandled GotFocus event reaches this element in its route.
|
|
OnMouseDoubleClick |
Raises the MouseDoubleClick routed event.
|
|
OnPreviewTextInput |
Invoked when an unhandled PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
SetReadOnlyMode |
Sets the read only mode.
|
Fields
Name | Description | |
---|---|---|
SelectAllOnGotFocusProperty |
The select all on got focus property
|
|
UiCommandProperty |
The UI command property
|
|
UiLabelProperty |
The UI label property
|
Properties
Name | Description | |
---|---|---|
DesignText |
Gets or sets the design text.
|
|
SelectAllOnGotFocus |
Gets or sets a value indicating whether [select all on got focus].
|
|
UiCommand |
Gets or sets the UI command. This is a bind-able property.
|
|
UiLabel |
Gets or sets the UI label. This is a bind-able property.
|