EditorZoneDesigner.AutoFormats 属性

定义

获取预定义自动格式设置方案的集合,这些方案将在设计时显示于关联控件的“自动套用格式”对话框中。Gets the collection of predefined automatic formatting schemes to display in the Auto Format dialog box for the associated control at design time.

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

属性值

DesignerAutoFormatCollection

使用默认的 EditorZone 方案预先指定的 DesignerAutoFormatCollectionA pre-specified DesignerAutoFormatCollection with a default EditorZone scheme.

注解

AutoFormats属性重写其基实现以返回用于控件的集合 EditorZoneThe AutoFormats property overrides its base implementation to return a collection for use with EditorZone controls.

适用于