[]
Represents a window or dialog with expression editor and expression editor panel on it.
public class ExpressionEditorForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
ExpressionEditorForm() | Initializes a new instance of the ExpressionEditorForm. |
Name | Description |
---|---|
DataMember | Gets or sets the specific list in a DataSource object. |
DataSource | Gets or sets the object used as the data source. |
Expression | Gets or sets expression string. |
ShowApplyButton | Gets or sets a value indicating whether the Apply button is visible. |
Name | Description |
---|---|
Dispose(bool) | Clean up any resources being used. |
OnApply() | Rises the Apply event. |
OnShown(EventArgs) | Raises the System.Windows.Forms.Form.Shown event. |
Reset() | Reset all properties to default. |
Name | Description |
---|---|
Apply | Occurs when the Apply button is clicked. |