TreeViewDesigner.GetEmptyDesignTimeHtml 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.
Retrieves the HTML markup text that is used to render a placeholder for the associated control at design time.
protected:
 override System::String ^ GetEmptyDesignTimeHtml();protected override string GetEmptyDesignTimeHtml();override this.GetEmptyDesignTimeHtml : unit -> stringProtected Overrides Function GetEmptyDesignTimeHtml () As StringReturns
The markup used to render the control at design time with an empty data source.