Table of Contents

Class BaseHighlightEditor

Namespace: FastReport.Olap.Forms.Highlight
Assembly: FastCube.Mono.dll

Base class for highlight editor.

public class BaseHighlightEditor : UserControl

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlBaseHighlightEditor

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

string

Highlight

Gets or sets highlight.

public GraphicHighlight Highlight { get; set; }

Property Value

GraphicHighlight

PreferredIndex

Gets preferred index.

public virtual int PreferredIndex { get; }

Property Value

int

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

Type

HighlightChanged(object, EventArgs)

Event handler on highlight changed.

protected virtual void HighlightChanged(object sender, EventArgs e)

Parameters

sender object

e EventArgs

Localize()

Localizes the dialog controls.

public virtual void Localize()

Remarks

Use this method to set control's captions specific to the current locale.