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。

适用于