Class BaseHighlightEditor
Namespace: FastReport.Olap.Forms.Highlight
Assembly: FastCube.Mono.dll
Base class for highlight editor.
public class BaseHighlightEditor : UserControl
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← UserControl ← BaseHighlightEditor
Derived
AverageHighlightEditor, ContinuousHighlightEditor, ExpressionHighlightEditor, RangeHighlightEditor, TopHighlightEditor, UniqueHighlightEditor
Constructors
BaseHighlightEditor()
Creates a new instance.
public BaseHighlightEditor()
Properties
Caption
Gets caption of highlight.
public virtual string Caption { get; }
Property Value
Highlight
Gets or sets highlight.
public GraphicHighlight Highlight { get; set; }
Property Value
PreferredIndex
Gets preferred index.
public virtual 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 virtual Type GetHighlightClass()
Returns
HighlightChanged(object, EventArgs)
Event handler on highlight changed.
protected virtual void HighlightChanged(object sender, EventArgs e)
Parameters
sender
object
Localize()
Localizes the dialog controls.
public virtual void Localize()
Remarks
Use this method to set control's captions specific to the current locale.