Search Results for

    Show / Hide Table of Contents

    Class BaseHighlightEditor

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.UserControl
    BaseHighlightEditor
    AverageHighlightEditor
    ContinuousHighlightEditor
    ExpressionHighlightEditor
    RangeHighlightEditor
    TopHighlightEditor
    UniqueHighlightEditor
    Namespace: FastReport.Olap.Forms.Highlight
    Assembly: FastReport.Olap.dll
    Syntax
    public class BaseHighlightEditor : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

    Constructors

    BaseHighlightEditor()

    Declaration
    public BaseHighlightEditor()

    Properties

    Caption

    Declaration
    public virtual string Caption { get; }
    Property Value
    Type Description
    System.String

    Highlight

    Declaration
    public GraphicHighlight Highlight { get; set; }
    Property Value
    Type Description
    GraphicHighlight

    PreferredIndex

    Declaration
    public virtual int PreferredIndex { get; }
    Property Value
    Type Description
    System.Int32

    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
    System.Windows.Forms.ContainerControl.Dispose(System.Boolean)

    GetHighlightClass()

    Declaration
    public virtual Type GetHighlightClass()
    Returns
    Type Description
    System.Type

    HighlightChanged(Object, EventArgs)

    Declaration
    protected virtual void HighlightChanged(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    Localize()

    Localizes the dialog controls.

    Declaration
    public virtual void Localize()
    Remarks

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

    Back to top © 1998-2024 Copyright Fast Reports Inc.