Creates the style object that is used internally by the WebControl class to implement all style related properties. This method is used primarily by control developers.
Protected Overridable Function CreateControlStyle As Style
Dim returnValue As Style returnValue = Me.CreateControlStyle()
protected virtual Style CreateControlStyle()
protected: virtual Style^ CreateControlStyle()
protected function CreateControlStyle() : Style
The CreateControlStyle method is used to create the style object that is used internally to implement all style related properties. Derived classes can override this method to create a style that is appropriate to the class. This method is primarily used by control developers.
Note Control developers should return a Style that derives from the Style that the base control returns. It cannot be assumed that the ControlStyle is of a particular Style type since a derived control may return a different type.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98