共用方式為


DetailsViewDesigner.UsePreviewControl 屬性

定義

取得值,該值指出設計工具是否應該使用暫存複本來產生設計階段標記,而非使用與設計工具相關聯的實際控制項。

protected:
 virtual property bool UsePreviewControl { bool get(); };
protected override bool UsePreviewControl { get; }
member this.UsePreviewControl : bool
Protected Overrides ReadOnly Property UsePreviewControl As Boolean

屬性值

一定是 true

備註

UsePreviewControl由於 屬性一律 true 為 ,因此設計工具會使用 View 包含相關聯 DetailsView 控制項複本的控制項來產生設計階段標記。 控制項 View 不會影響 的任何持續性 DetailsViewUsePreviewControl如果已覆寫 屬性以傳回 false ,設計工具會使用相關聯的 DetailsView 控制項本身來產生設計階段標記。

給繼承者的注意事項

您可以覆寫 UsePreviewControl 屬性以傳回 false 或根據控制項是否標示類別層級 SupportsPreviewControlAttribute 物件來判斷其值。 UsePreviewControl如果未覆寫 ,則 DetailsView 物件會 SupportsPreviewControlAttribute 忽略 。

適用於

另請參閱