TemplateControl.SupportAutoEvents 属性

定义

获取一个值,该值指示 TemplateControl 控件是否支持自动事件。Gets a value indicating whether the TemplateControl control supports automatic events.

protected:
 virtual property bool SupportAutoEvents { bool get(); };
protected virtual bool SupportAutoEvents { get; }
member this.SupportAutoEvents : bool
Protected Overridable ReadOnly Property SupportAutoEvents As Boolean

属性值

Boolean

总是为 trueAlways true.

注解

SupportAutoEvents属性指示是否支持自动事件。The SupportAutoEvents property indicates whether automatic events are supported. SupportAutoEvents属性是只读的, true 适用于所有情况。The SupportAutoEvents property is read-only and is true for all cases.

适用于