次の方法で共有


IActivatable インターフェイス

定義

public interface class IActivatable : IDisposable, Microsoft::ReportDesigner::IReportItem, System::ComponentModel::IComponent
public interface IActivatable : IDisposable, Microsoft.ReportDesigner.IReportItem, System.ComponentModel.IComponent
type IActivatable = interface
    interface IReportItem
    interface ITool
    interface IComponent
    interface IDisposable
Public Interface IActivatable
Implements IComponent, IDisposable, IReportItem
派生
実装

プロパティ

AllowInHeaderFooter (継承元 IReportItem)
Bottom (継承元 IReportItem)
ContainingDataRegion (継承元 IReportItem)
ItemTypeDisplayName (継承元 IReportItem)
ItemTypeName (継承元 IReportItem)
Left (継承元 IReportItem)
Name (継承元 IReportItem)
NeedsDoubleClickToActivate
Parent (継承元 IReportItem)
Report (継承元 IReportItem)
Right (継承元 IReportItem)
Top (継承元 IReportItem)
UsesGroupingPane (継承元 IReportItem)
ZIndex (継承元 IReportItem)

メソッド

Activate()
AddItemsToContextMenu(ToolStripItemCollection, ReportItemMenuParams) (継承元 IReportItem)
ContainsPoint(PointF) (継承元 IReportItem)
CreateAccessibilityInstance(AccessibleObject, ILayoutEditor) (継承元 IReportItem)
Deactivate(Boolean)
Draw(Graphics, ReportItemDrawParams) (継承元 IReportItem)
DrawDragFeedback(Graphics, Matrix) (継承元 IReportItem)
DrawMouseOverFeedback(Graphics, Matrix) (継承元 IReportItem)
DrawSelectionMarks(Graphics, Matrix, Boolean) (継承元 IReportItem)
GetBottomResizeLimit() (継承元 IReportItem)
GetBoundingBox() (継承元 IReportItem)
GetBoundingSizeLimit() (継承元 IReportItem)
GetDragDropTarget(PointF, ReportItemDragParams) (継承元 IReportItem)
GetLeftResizeLimit() (継承元 IReportItem)
GetRdlObject() (継承元 IReportItem)
GetRightResizeLimit() (継承元 IReportItem)
GetRulerFeedback() (継承元 ITool)
GetToolTip(PointF, Object) (継承元 IReportItem)
GetTopResizeLimit() (継承元 IReportItem)
IntersectsWith(RectangleF) (継承元 IReportItem)
IsReadyToBeActive()
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)
SetBoundingBox(RectangleD) (継承元 IReportItem)
Translate(Double, Double) (継承元 IReportItem)
UpdateGroupingPane(IGroupingPane) (継承元 IReportItem)
UpdateReferences(NameChanges) (継承元 IReportItem)
UpdateReferencesRecursive(NameChanges) (継承元 IReportItem)

適用対象