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)

适用于