IFlarable 接口

定义

public interface class IFlarable : IDisposable, Microsoft::ReportDesigner::IActivatable, System::ComponentModel::IComponent
public interface IFlarable : IDisposable, Microsoft.ReportDesigner.IActivatable, System.ComponentModel.IComponent
type IFlarable = interface
    interface IActivatable
    interface IReportItem
    interface ITool
    interface IComponent
    interface IDisposable
Public Interface IFlarable
Implements IActivatable, IComponent, IDisposable
实现

属性

AllowInHeaderFooter (继承自 IReportItem)
Bottom (继承自 IReportItem)
ContainingDataRegion (继承自 IReportItem)
IsFlareOn
ItemTypeDisplayName (继承自 IReportItem)
ItemTypeName (继承自 IReportItem)
Left (继承自 IReportItem)
Name (继承自 IReportItem)
NeedsDoubleClickToActivate (继承自 IActivatable)
Parent (继承自 IReportItem)
Report (继承自 IReportItem)
Right (继承自 IReportItem)
Top (继承自 IReportItem)
UsesGroupingPane (继承自 IReportItem)
ZIndex (继承自 IReportItem)

方法

Activate() (继承自 IActivatable)
AddItemsToContextMenu(ToolStripItemCollection, ReportItemMenuParams) (继承自 IReportItem)
ContainsPoint(PointF) (继承自 IReportItem)
CreateAccessibilityInstance(AccessibleObject, ILayoutEditor) (继承自 IReportItem)
Deactivate(Boolean) (继承自 IActivatable)
Draw(Graphics, ReportItemDrawParams) (继承自 IReportItem)
DrawDragFeedback(Graphics, Matrix) (继承自 IReportItem)
DrawFlare(Graphics, Matrix)
DrawMouseOverFeedback(Graphics, Matrix) (继承自 IReportItem)
DrawSelectionMarks(Graphics, Matrix, Boolean) (继承自 IReportItem)
GetBottomResizeLimit() (继承自 IReportItem)
GetBoundingBox() (继承自 IReportItem)
GetBoundingSizeLimit() (继承自 IReportItem)
GetDragDropTarget(PointF, ReportItemDragParams) (继承自 IReportItem)
GetLeftResizeLimit() (继承自 IReportItem)
GetRdlObject() (继承自 IReportItem)
GetRequiredSpace(Double, Double, Double, Double)
GetRightResizeLimit() (继承自 IReportItem)
GetRulerFeedback() (继承自 ITool)
GetToolTip(PointF, Object) (继承自 IReportItem)
GetTopResizeLimit() (继承自 IReportItem)
IntersectsWith(RectangleF) (继承自 IReportItem)
IsPointWithinFlare(PointF, Matrix)
IsReadyToBeActive() (继承自 IActivatable)
OnCopy(Report) (继承自 IReportItem)
OnDoubleClick(Point) (继承自 ITool)
OnDragDrop(Object, ReportItemDragParams) (继承自 IReportItem)
OnDragLeave() (继承自 IReportItem)
OnDragOver(PointF, ReportItemDragParams) (继承自 IReportItem)
OnInitializeComplete() (继承自 IReportItem)
OnKeyDown(KeyEventArgs) (继承自 IReportItem)
OnKeyPress(Char) (继承自 IReportItem)
OnKeyPress(Keys) (继承自 IReportItem)
OnKeyUp(KeyEventArgs) (继承自 IReportItem)
OnMouseCaptureChanged() (继承自 ITool)
OnMouseDown(Point) (继承自 ITool)
OnMouseDrag(Point) (继承自 ITool)
OnMouseEnter(Point) (继承自 ITool)
OnMouseLeave() (继承自 ITool)
OnMouseMove(Point) (继承自 ITool)
OnMouseUp(Point) (继承自 ITool)
OnMouseWheel(MouseEventArgs) (继承自 IReportItem)
OnRightClick(Point) (继承自 ITool)
ResizeFlare()
SetBoundingBox(RectangleD) (继承自 IReportItem)
Translate(Double, Double) (继承自 IReportItem)
UpdateGroupingPane(IGroupingPane) (继承自 IReportItem)
UpdateReferences(NameChanges) (继承自 IReportItem)
UpdateReferencesRecursive(NameChanges) (继承自 IReportItem)

适用于