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!

DateTimeFormatQueryEventArgs Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal format As String, _
   ByVal maxSize As Size _
)
[C#]
public DateTimeFormatQueryEventArgs(
   string format,
   Size maxSize
);
[C++]
public: DateTimeFormatQueryEventArgs(
   String* format,
   Size maxSize
);
[JScript]
public function DateTimeFormatQueryEventArgs(
   format : String,
   maxSize : Size
);

Parameters

format
[To be supplied.]
maxSize
[To be supplied.]

See Also

DateTimeFormatQueryEventArgs Class | DateTimeFormatQueryEventArgs Members | System.WinForms Namespace