TimerDesigner.GetDesignTimeHtml 方法

定义

返回用于在设计时呈现关联的 Timer 控件的 HTML 标记。

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

返回

String

一个字符串,它包含用于在设计时呈现 Timer 控件的标记。

适用于