Version

StylePreset Property (UltraWebTab)

Configure appearance related properties using predefined values.
Syntax
'Declaration
 
Public Property StylePreset As StylePreset
public StylePreset StylePreset {get; set;}
Remarks

Note: The value of this property is not written to the ViewState and, therefore, it is not persistant between sessions. However, that property modifies many other (appearance related) properties, which are persistant between sessions if the ViewState is enabled. It means that if this property is set at run time, then it will result in significant increase of the size of the hidden-view-state-field which is passed to the client.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also