Search Results for

    Show / Hide Table of Contents

    Class ImagesContent

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    ImagesContent
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class ImagesContent : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

    Constructors

    ImagesContent()

    Declaration
    public ImagesContent()

    Properties

    ColCount

    Declaration
    public int ColCount { get; set; }
    Property Value
    Type Description
    System.Int32

    FrameSize

    Declaration
    public int FrameSize { get; set; }
    Property Value
    Type Description
    System.Int32

    HSpacing

    Declaration
    public int HSpacing { get; set; }
    Property Value
    Type Description
    System.Int32

    ImageIndex

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Images

    Declaration
    public ImageList Images { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ImageList

    NoText

    Declaration
    public string NoText { get; set; }
    Property Value
    Type Description
    System.String

    VSpacing

    Declaration
    public int VSpacing { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetRequiredSize()

    Declaration
    public Size GetRequiredSize()
    Returns
    Type Description
    System.Drawing.Size

    OnMouseDown(MouseEventArgs)

    Declaration
    protected override void OnMouseDown(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e
    Overrides
    System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)

    OnMouseLeave(EventArgs)

    Declaration
    protected override void OnMouseLeave(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    System.Windows.Forms.Control.OnMouseLeave(System.EventArgs)

    OnMouseMove(MouseEventArgs)

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e
    Overrides
    System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)

    OnMouseUp(MouseEventArgs)

    Declaration
    protected override void OnMouseUp(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e
    Overrides
    System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e
    Overrides
    System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)

    Events

    ResizeRequired

    Declaration
    public event EventHandler ResizeRequired
    Event Type
    Type Description
    System.EventHandler

    SelectionChanged

    Declaration
    public event EventHandler SelectionChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top © 1998-2024 Copyright Fast Reports Inc.