FlyoutBase.CreatePresenter Method
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.
When overridden in a derived class, initializes a control to show the flyout content as appropriate for the derived control. Note: This method has no base class implementation and must be overridden in a derived class.
protected:
virtual Control ^ CreatePresenter() = CreatePresenter;
Control CreatePresenter();
protected virtual Control CreatePresenter();
function createPresenter()
Protected Overridable Function CreatePresenter () As Control
Returns
The control that displays the content of the flyout.
Remarks
This method has no base class implementation and must be overridden in a derived class.