次の方法で共有


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)

適用対象