次の方法で共有


EditorZoneDesigner.AutoFormats プロパティ

定義

デザイン時に関連付けられているコントロールの [自動書式] ダイアログ ボックスに表示する、定義済みの 自動書式設定 スキームのコレクションを取得します。

public:
 virtual property System::Web::UI::Design::DesignerAutoFormatCollection ^ AutoFormats { System::Web::UI::Design::DesignerAutoFormatCollection ^ get(); };
public override System.Web.UI.Design.DesignerAutoFormatCollection AutoFormats { get; }
member this.AutoFormats : System.Web.UI.Design.DesignerAutoFormatCollection
Public Overrides ReadOnly Property AutoFormats As DesignerAutoFormatCollection

プロパティ値

既定の EditorZone スキームを使用して事前に指定された DesignerAutoFormatCollection

注釈

AutoFormats プロパティは、基本実装をオーバーライドして、EditorZone コントロールで使用するコレクションを返します。

適用対象