Search Results for

    Show / Hide Table of Contents

    Class SliceItemsZone

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    CustomZone
    ItemsZone
    SliceItemsZone
    Inherited Members
    ItemsZone.popupWindow
    ItemsZone.dropDownFromItem
    ItemsZone.ItemDirection
    ItemsZone.GetItemsRectangle()
    ItemsZone.GetIndexAt(Point)
    ItemsZone.GetItemRect(Int32)
    ItemsZone.InvalidateItem(Int32)
    ItemsZone.InvalidateScroll(Scrollers)
    ItemsZone.InvalidatePointInfo()
    ItemsZone.GetItemHeight(Int32)
    ItemsZone.GetItemImageIndex(Int32)
    ItemsZone.GetDragIndexAt(Point, Int32)
    ItemsZone.UpdateLayout()
    ItemsZone.Scroll(Scrollers)
    ItemsZone.PaintScroller(Graphics, Rectangle, Scrollers, Boolean)
    ItemsZone.PaintItem(Graphics, Rectangle, Int32)
    ItemsZone.OnPaint(PaintEventArgs)
    ItemsZone.GetPointInfo(Point)
    ItemsZone.DropDown(Int32)
    ItemsZone.UpdateCursor()
    ItemsZone.StartSizing(SizingInfo)
    ItemsZone.MoveSizing(SizingInfo)
    ItemsZone.StopSizing(SizingInfo)
    ItemsZone.HandleContextPopup(Point)
    ItemsZone.MoveDrag(Boolean, Point)
    ItemsZone.InitDrag()
    ItemsZone.OnMouseDown(MouseEventArgs)
    ItemsZone.OnMouseUp(MouseEventArgs)
    ItemsZone.OnMouseMove(MouseEventArgs)
    ItemsZone.OnMouseLeave(EventArgs)
    ItemsZone.OnClientSizeChanged(EventArgs)
    ItemsZone.FirstVisibleItem
    ItemsZone.LastPointInfo
    ItemsZone.ContextMenuStrip
    ItemsZone.Images
    ItemsZone.RequiredSize
    ItemsZone.Spacing
    ItemsZone.OnGetImageIndex
    CustomZone.zoneOwner
    CustomZone.contextMenuStrip
    CustomZone.UpdateSizingDrawInfo(SizingInfo)
    CustomZone.InvalidateSizingLine(SizingInfo)
    CustomZone.DrawSizingLine(Graphics)
    CustomZone.GetDragObject(DragEventArgs)
    CustomZone.OnDragOver(DragEventArgs)
    CustomZone.OnDragLeave(EventArgs)
    CustomZone.ProcessCmdKey(Message, Keys)
    CustomZone.ContextMenuNeeded()
    CustomZone.ZoneOwner
    CustomZone.Restrictions
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class SliceItemsZone : ItemsZone, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

    Constructors

    SliceItemsZone(CustomGrid)

    Declaration
    public SliceItemsZone(CustomGrid Grid)
    Parameters
    Type Name Description
    CustomGrid Grid

    Properties

    AllowDrag

    Declaration
    protected override bool AllowDrag { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ItemsZone.AllowDrag

    ContainerType

    Declaration
    public SliceContainerType ContainerType { get; set; }
    Property Value
    Type Description
    SliceContainerType

    ItemCount

    Declaration
    protected override int ItemCount { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    ItemsZone.ItemCount

    Methods

    AcceptDrag(Object)

    Declaration
    protected override bool AcceptDrag(object dragItem)
    Parameters
    Type Name Description
    System.Object dragItem
    Returns
    Type Description
    System.Boolean
    Overrides
    CustomZone.AcceptDrag(Object)

    CreateContextMenu()

    Declaration
    protected override ContextMenuStrip CreateContextMenu()
    Returns
    Type Description
    System.Windows.Forms.ContextMenuStrip
    Overrides
    CustomZone.CreateContextMenu()

    CreatePopupWindow(Object)

    Declaration
    protected override PopupWindow CreatePopupWindow(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type Description
    PopupWindow
    Overrides
    ItemsZone.CreatePopupWindow(Object)

    FullUpdate()

    Declaration
    public override void FullUpdate()
    Overrides
    ItemsZone.FullUpdate()

    GetEmptyText()

    Declaration
    protected override string GetEmptyText()
    Returns
    Type Description
    System.String
    Overrides
    ItemsZone.GetEmptyText()

    GetItem(Int32)

    Declaration
    public override object GetItem(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.Object
    Overrides
    ItemsZone.GetItem(Int32)

    GetItemOptions(Object)

    Declaration
    protected override ItemOptions GetItemOptions(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type Description
    ItemOptions
    Overrides
    ItemsZone.GetItemOptions(Object)

    GetItemSortDirection(Object)

    Declaration
    protected override SortDirection GetItemSortDirection(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type Description
    SortDirection
    Overrides
    ItemsZone.GetItemSortDirection(Object)

    GetItemText(Object)

    Declaration
    protected override string GetItemText(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type Description
    System.String
    Overrides
    ItemsZone.GetItemText(Object)

    GetItemWidth(Int32)

    Declaration
    protected override int GetItemWidth(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.Int32
    Overrides
    ItemsZone.GetItemWidth(Int32)

    OnDoubleClick(EventArgs)

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

    OnDragDrop(DragEventArgs)

    Declaration
    protected override void OnDragDrop(DragEventArgs drgevent)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs drgevent
    Overrides
    CustomZone.OnDragDrop(DragEventArgs)

    PrepareContextMenuFor(ContextMenuStrip, Int32)

    Declaration
    protected override void PrepareContextMenuFor(ContextMenuStrip menu, int index)
    Parameters
    Type Name Description
    System.Windows.Forms.ContextMenuStrip menu
    System.Int32 index
    Overrides
    ItemsZone.PrepareContextMenuFor(ContextMenuStrip, Int32)

    SetItemWidth(Int32, Int32)

    Declaration
    protected override void SetItemWidth(int Index, int NewWidth)
    Parameters
    Type Name Description
    System.Int32 Index
    System.Int32 NewWidth
    Overrides
    ItemsZone.SetItemWidth(Int32, Int32)
    Back to top © 1998-2024 Copyright Fast Reports Inc.