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!

GenericFormat Constructor

[To be supplied.]

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

Parameters

type
[To be supplied.]

See Also

GenericFormat Class | GenericFormat Members | System.WinForms.ComponentModel Namespace