IExpressionEditorInstance Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents an expression editor.
The IExpressionEditorInstance type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanCopy | Gets a Boolean value that indicates if the Expression Editor can be closed. | |
CanCut | Gets a Boolean value that indicates if the expression can be cut. | |
CanPaste | Gets a Boolean value that indicates if the expression can be pasted. | |
CanRedo | Gets a Boolean value that indicates if the system can redo the operation. | |
CanUndo | Gets a Boolean value that indicates if the system can undo the operation. | |
ClearSelection | Clears the selection in the editor. | |
Close | Closes and purges the editor items. This will close the specific expression editor. | |
Copy | Copies the active expression. | |
Cut | Cuts the active expression. | |
Focus | Sets focus on the editor. | |
Paste | Pastes the active expression. | |
Redo | Reapplies the last operation that was undone in the editor, i.e., reverse the effects of the undo operation. | |
Undo | Undoes the last operation in the editor. |
Top
Properties
Name | Description | |
---|---|---|
HasAggregateFocus | Gets a value that indicates whether the editor has aggregate focus. | |
HorizontalScrollBarVisibility | Gets or sets a value that indicates whether the horizontal scrollbar is visible. | |
HostControl | Gets a Control instance that can be used to display in the ExpressionTextBox. | |
IsHorizontalScrollBarVisible | Gets a value that indicates whether the horizontal scrollbar is visible. | |
IsVerticalScrollBarVisible | Gets a value that indicates whether the vertical scrollbar is visible. | |
LineHeight | Gets a value that contains the line height. | |
Text | Gets or sets the value of the text. | |
VerticalScrollBarVisibility | Gets or sets a value that indicates whether the vertical scrollbar is visible. |
Top
Events
Name | Description | |
---|---|---|
Closing | Occurs when the Expression Editor is closing. | |
LostAggregateFocus | Represents an event that is raised when the expression editor loses aggregate focus. | |
TextChanged | Represents an event that is raised when the text in an expression editor is changed. |
Top