IContentHost Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface is implemented by layouts which host ContentElement.
public interface class IContentHost
public interface IContentHost
type IContentHost = interface
Public Interface IContentHost
- Derived
Properties
HostedElements |
Gets an enumeration containing all descendant ContentElement-derived classes, as well as all UIElement-derived classes that are a direct descendant of the IContentHost or one of its descendant ContentElement classes. |
Methods
GetRectangles(ContentElement) |
Returns a collection of bounding rectangles for a child element. |
InputHitTest(Point) |
Performs hit-testing for child elements. |
OnChildDesiredSizeChanged(UIElement) |
Called when a UIElement-derived class which is hosted by a IContentHost changes its DesiredSize. |