CameraCaptureDialog.Owner Property
3/29/2010
Gets or sets the control that owns the CameraCaptureDialog component.
Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)
Syntax
public Control Owner { get; set; }
'Declaration
Public Property Owner As Control
Remarks
The value of Owner can be NULL.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
CameraCaptureDialog Class
CameraCaptureDialog Members
Microsoft.WindowsMobile.Forms Namespace