Class RangeHighlightEditor
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
RangeHighlightEditor
Namespace: FastReport.Olap.Forms.Highlight
Assembly: FastReport.Olap.dll
Syntax
public class RangeHighlightEditor : BaseHighlightEditor, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
RangeHighlightEditor()
Declaration
public RangeHighlightEditor()
Properties
PreferredIndex
Declaration
public override int PreferredIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
GetHighlightClass()
Declaration
public override Type GetHighlightClass()
Returns
Type | Description |
---|---|
System.Type |
Overrides
HighlightChanged(Object, EventArgs)
Declaration
protected override void HighlightChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.EventArgs | e |
Overrides
Localize()
Declaration
public override void Localize()