TimerDesigner.GetDesignTimeHtml Method

Definition

Returns the HTML markup that is used to render the associated Timer control at design time.

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

Returns

A string that contains the markup used to render the Timer control at design time.

Applies to