Constructor. Initializes a new instance of the C1WebScrollAreaStyle class.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public C1WebCustomItemStyle(
	WebControl owner
)
Visual Basic (Declaration)
Public Sub New ( _
	owner As WebControl _
)

Parameters

owner
Type: System.Web.UI.WebControls..::.WebControl
The WebControl object to which the C1WebScrollAreaStyle object belongs

See Also