RangeValidator.ControlPropertiesValid 方法
定义
这是对属性的检查,以确定由开发人员造成的所有错误。This is a check of properties to determine any errors made by the developer.
protected:
override bool ControlPropertiesValid();
protected override bool ControlPropertiesValid ();
override this.ControlPropertiesValid : unit -> bool
Protected Overrides Function ControlPropertiesValid () As Boolean
返回
如果控件属性有效,则为 true;否则为 false。true if the control properties are valid; otherwise, false.