IActivatable Interface

Definition

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
Derived
Implements

Properties

AllowInHeaderFooter (Inherited from IReportItem)
Bottom (Inherited from IReportItem)
ContainingDataRegion (Inherited from IReportItem)
ItemTypeDisplayName (Inherited from IReportItem)
ItemTypeName (Inherited from IReportItem)
Left (Inherited from IReportItem)
Name (Inherited from IReportItem)
NeedsDoubleClickToActivate
Parent (Inherited from IReportItem)
Report (Inherited from IReportItem)
Right (Inherited from IReportItem)
Top (Inherited from IReportItem)
UsesGroupingPane (Inherited from IReportItem)
ZIndex (Inherited from IReportItem)

Methods

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

Applies to