共用方式為


DesignerView.IsContentHitTestVisible 屬性

取得或設定值,這個值表示 DesignerView 的內容是否經過點擊測試,以及是否能接收滑鼠和鍵盤輸入。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Property IsContentHitTestVisible As Boolean
    Get
    Set
public bool IsContentHitTestVisible { get; set; }
public:
property bool IsContentHitTestVisible {
    bool get ();
    void set (bool value);
}
member IsContentHitTestVisible : bool with get, set
function get IsContentHitTestVisible () : boolean
function set IsContentHitTestVisible (value : boolean)

屬性值

型別:System.Boolean
如果 DesignerView 的內容已經過點擊測試,則為 true,否則為 false。預設值為 false。

備註

根據預設,DesignerView 中包含的內容無法進行點擊測試,而且必須倚賴工具和工作來接收使用者輸入。 您可以將 IsContentHitTestVisible 設定為 true 以覆寫這個行為,並且啟用與設計工具檢視之內容的直接互動。

.NET Framework 安全性

請參閱

參考

DesignerView 類別

Microsoft.Windows.Design.Interaction 命名空間

AdornerPanel

其他資源

逐步解說:建立設計階段裝飾項

裝飾項架構