Class ExpressionHighlightEditor
Namespace: FastReport.Olap.Forms.Highlight
Assembly: FastCube.WinForms.dll
Expression highlight editor.
public class ExpressionHighlightEditor : BaseHighlightEditor
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← UserControl ← BaseHighlightEditor ← ExpressionHighlightEditor
Inherited Members
BaseHighlightEditor.Caption, BaseHighlightEditor.Highlight, BaseHighlightEditor.PreferredIndex, BaseHighlightEditor.GetHighlightClass(), BaseHighlightEditor.Localize(), BaseHighlightEditor.HighlightChanged(object, EventArgs), BaseHighlightEditor.Dispose(bool)
Constructors
ExpressionHighlightEditor()
Creates a new instance.
public ExpressionHighlightEditor()
Properties
Highlight
Gets or sets highlight.
public ExpressionHighlight Highlight { get; set; }
Property Value
PreferredIndex
Gets preferred index.
public override int PreferredIndex { get; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true if managed resources should be disposed; otherwise, false.
GetHighlightClass()
Gets highlight class type.
public override Type GetHighlightClass()
Returns
HighlightChanged(object, EventArgs)
Event handler on highlight changed.
protected override void HighlightChanged(object sender, EventArgs e)
Parameters
sender
object
Localize()
Localizes the dialog controls.
public override void Localize()
Remarks
Use this method to set control's captions specific to the current locale.