IContentPresenterHost.

RegisterContentPresenter(IContentPresenter) Method

Summary

Registers an IContentPresenter with a host control.

Syntax

bool RegisterContentPresenter(IContentPresenter presenter)

Parameters

Name Type Description
presenter IContentPresenter The content presenter.

Return Value

Type Description
bool True if the content presenter should add its child to the logical children of the host; otherwise false.