ExtenderControl.TargetControlID 属性

定义

获取或设置扩展程序与之关联的控件的 ID。

public:
 property System::String ^ TargetControlID { System::String ^ get(); void set(System::String ^ value); };
public string TargetControlID { get; set; }
member this.TargetControlID : string with get, set
Public Property TargetControlID As String

属性值

正在扩展的服务器控件的 ID。

适用于