[]
The C1ExpressionEditorPanel control provides ะก1.Win.ExpressionEditor.C1ExpressionEditor by panel of useful tools. It provides a list of predefined and dynamic elements that can be used in expression.
[ToolboxBitmap(typeof(C1ExpressionEditorPanel), "C1ExpressionEditorPanel.png")]
public class C1ExpressionEditorPanel : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize
| Name | Description |
|---|---|
| C1ExpressionEditorPanel() | Initializes a new instance of the C1ExpressionEditorPanel control. |
| Name | Description |
|---|---|
| Categories | Gets the expression item categories. |
| DefaultSize | Gets the default size of the control. |
| ExpressionEditor | Gets or sets related expression editor control. |
| Theme | Gets or sets theme. |
| Name | Description |
|---|---|
| BeginInit() | Signals the object that initialization is starting. |
| Dispose(bool) | Releases the unmanaged resources used by the C1ExpressionEditorPanel and its child controls and optionally releases the managed resources. |
| EndInit() | Signals the object that initialization is complete. |
| OnEditorChanged(EventArgs) | Rises the EditorChanged event. |
| OnRightToLeftChanged(EventArgs) | Raises the System.Windows.Forms.Control.RightToLeftChanged event. |
| OnThemeChanged(EventArgs) | Rises the StylesChanged event. |
| ResetCategories() | |
| ShouldSerializeCategories() | |
| ShowAboutBox() | Shows the About Box for an instance of C1ExpressionEditorPanel. |
| Name | Description |
|---|---|
| EditorChanged | Occurs when ExpressionEditor property changed. |
| StylesChanged | Occurs when theme or some style has changed. |