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!

PictureBox Constructor

Creates a new picture with all default properties and no Image. The default sizeMode will be NORMAL.

[Visual Basic]
Public Sub New()
[C#]
public PictureBox();
[C++]
public: PictureBox();
[JScript]
public function PictureBox();

See Also

PictureBox Class | PictureBox Members | System.WinForms Namespace