[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.C1ExpressionEditorPanel

C1ExpressionEditorPanel Class

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.

Inheritance
C1ExpressionEditorPanel
Namespace: C1.Win.ExpressionEditor
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
[ToolboxBitmap(typeof(C1ExpressionEditorPanel), "C1ExpressionEditorPanel.png")]
public class C1ExpressionEditorPanel : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize

Constructors

Name Description
C1ExpressionEditorPanel()

Initializes a new instance of the C1ExpressionEditorPanel control.

Properties

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.

Methods

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.

Events

Name Description
EditorChanged

Occurs when ExpressionEditor property changed.

StylesChanged

Occurs when theme or some style has changed.