Dynamicweb 8 Documentation
CreateNumberSelector Method

Control Id.
Selected value.
Returns new number selector control.
Syntax
'Declaration
 
Protected Function CreateNumberSelector( _ 
   ByVal id As String, _ 
   ByVal value As Object _ 
) As DynamicControl
protected DynamicControl CreateNumberSelector( 
   string id,
   object value 
)

Parameters

id
Control Id.
value
Selected value.

Return Value

New number selector control.
Requirements

Target Platforms: 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

Reference

NumberEditor Class
NumberEditor Members

Send Feedback