TreeViewDesigner.GetEmptyDesignTimeHtml Method

Definition

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 -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String

Returns

The markup used to render the control at design time with an empty data source.

Applies to

See also