EditableDesignerRegion.ServerControlsOnly 属性

定义

获取或设置一个值,该值指示区域是否只能接受 Web 服务器控件。

public:
 property bool ServerControlsOnly { bool get(); void set(bool value); };
public bool ServerControlsOnly { get; set; }
member this.ServerControlsOnly : bool with get, set
Public Property ServerControlsOnly As Boolean

属性值

true 如果区域只能包含 Web 服务器控件,则为 ;否则,为 false.

适用于

另请参阅