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 Class

The PictureBox control is used to display images. The image property should be set to the image desired.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               PictureBox

[Visual Basic]
Public Class PictureBox
   Inherits RichControl
[C#]
public class PictureBox : RichControl
[C++]
public __gc class PictureBox : public RichControl
[JScript]
public class PictureBox extends RichControl

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

PictureBox Members | System.WinForms Namespace