名前 | 解説 | |
---|---|---|
ExpressionEditorCollection コンストラクタ | Initializes a new instance of the ExpressionEditorCollection control. |
ExpressionEditorCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ExpressionEditorCollection コンストラクタ | Initializes a new instance of the ExpressionEditorCollection control. |
名前 | 解説 | |
---|---|---|
Columns | Gets list of column names. | |
Container | System.ComponentModel.Componentから継承されます。 | |
DataMember | Gets or sets DataMember for data source of ExpressionEditor in the collection. | |
DataSource | Gets or sets the data source with which ExpressionEditor will work. | |
IntelliAutoCompletionEnabled | Gets or sets a value indicating the IntelliAutoCompletion is enabled or not. | |
IntelliDescriptionEnabled | Gets or sets a value indicating if the IntelliDescription is enabled. | |
IntelliErrorsEnabled | Gets or sets a value indicating if the IntelliErrors is enabled. | |
IntelliSyntaxHighlightingEnabled | Gets or sets a value indicating if the IntelliSyntaxHighlighting is enabled. | |
Item | Gets or sets the item with specified name. | |
ItemContext | Gets or sets the object used as the context for evaluating an expression. | |
ShowErrorBox | Gets or sets a value that indicates whether to show error box under the editor. | |
Site | System.ComponentModel.Componentから継承されます。 | |
SyntaxHighlighting | Gets or sets a value indicating whether to highlight syntax. | |
UnderlineErrors | Gets or sets a value indicating whether to underline errors. |
名前 | 解説 | |
---|---|---|
Add | Adds new C1ExpressionEditor object into collection. | |
AddAlias | Adds an alias for a field from DataSource. | |
AddFunction | Added a custom function to engine of C1ExpressionEditor. | |
Clear | Clear the collection. | |
Contains | Determines whether the ExpressionEditorCollection contains C1ExpressionEditor object associated with the specified column. | |
CreateObjRef | System.MarshalByRefObjectから継承されます。 | |
Dispose | System.ComponentModel.Componentから継承されます。 | |
Evaluate | Evaluate expressions of all C1ExpressionEditor. | |
GetExpressionEditorCollection | Gets the ExpressionEditorCollection associated with specified object. | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
OpenExpressionEditorForm | Opens ExpressionEditorForm to edit expression of C1ExpressionEditor with specified column name. | |
Remove | Removes C1ExpressionEditor object associated with the specified column. | |
Rename | Rename column associated with some of C1ExpressionEditor objects. | |
Reset | Resets properties to it default value. | |
SetCustomEngine | Set a custom engine to the expression editors. | |
SetExpressionEditorCollection | Sets the ExpressionEditorCollection associated with specified object. | |
ShowAboutBox | Shows the About Box for an instance of C1ExpressionEditor. | |
ToString | System.ComponentModel.Componentから継承されます。 | |
Update | Updates the expression for the specified column. Adds new C1ExpressionEditor object into collection if needed. |
名前 | 解説 | |
---|---|---|
Disposed | System.ComponentModel.Componentから継承されます。 | |
ExpressionChanged | Occurs when expression string of any item changed. | |
PropertyChanged | Occurs when a property value changes. |