NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NumericFormat Constructor (Type)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As Type _
)
[C#]
public NumericFormat(
   Type type
);
[C++]
public: NumericFormat(
   Type* type
);
[JScript]
public function NumericFormat(
   type : Type
);

Parameters

type
[To be supplied.]

See Also

NumericFormat Class | NumericFormat Members | System.WinForms.ComponentModel Namespace | NumericFormat Constructor Overload List