Search
IComponentHost Members
Properties Methods
 


Represents an object which can host components.

The following tables list the members exposed by the IComponentHost type.

 Public Properties

  Name Description

Bounds

Gets the bounds of the host, relative to its document.

FocusedComponent

Gets or sets the currently focused component.

 Public Methods

  Name Description

ApplyEffects

Applies effects on the node using the specified arguments.

CreateMeasureGraphics

Creates an IGraphics object that can be used for text measurement.

GetClipboard

Retrieves the contents of the Windows clipboard through a direct call to the host.

Invalidate

Overloaded. Invalidates an area within the host or the entire drawing.

InvalidateLayout

Overloaded. Invalidates the arrangement of the components hosted in this host.

SetClipboard

Sets the contents of the clipboard through a direct call to the host.

StartTimer

Creates and starts a timer object.

StopTimer

Stops and disposes of the specified timer.

 See Also