BaseValidator.CreateStyle Method

Definition

Constructs and returns the Style object to be associated with the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 override System::Web::UI::MobileControls::Style ^ CreateStyle();
protected override System.Web.UI.MobileControls.Style CreateStyle ();
override this.CreateStyle : unit -> System.Web.UI.MobileControls.Style
Protected Overrides Function CreateStyle () As Style

Returns

A new Style object.

Applies to

See also