Class ContinuousHighlightEditor
Namespace: FastReport.Olap.Forms.Highlight
Assembly: FastCube.Mono.dll
Continuous highlight editor.
public class ContinuousHighlightEditor : BaseHighlightEditor
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← UserControl ← BaseHighlightEditor ← ContinuousHighlightEditor
Inherited Members
BaseHighlightEditor.Caption, BaseHighlightEditor.Highlight, BaseHighlightEditor.PreferredIndex, BaseHighlightEditor.GetHighlightClass(), BaseHighlightEditor.Localize(), BaseHighlightEditor.HighlightChanged(object, EventArgs), BaseHighlightEditor.Dispose(bool)
Constructors
ContinuousHighlightEditor()
Creates a new instance.
public ContinuousHighlightEditor()
Properties
Highlight
Gets or sets highlight.
public ContinuousHighlight 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.