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