Microsoft DirectX 9.0 SDK Update (October 2004)

Video.Owner Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the Control Leave Site where the video will be played.

Definition

Visual Basic .NET Public Property Owner As Control
C# public Control Owner { get; set; }
Managed C++ public: __property Control* get_Owner();
public: __property void set_Owner(Control*);
JScript .NET public function get Owner() : Control
public function set Owner(Control);

Property Value

System.Windows.Forms.Control . The Control Leave Site where the video will be played.

This property is read/write. 

Remarks

If this property is not set before playback, a new Form Leave Site will be created for playback.

Exceptions
DirectXException For more information on the cause of this exception, reference the DirectXException.ErrorCode and DirectXException.ErrorString properties to the AudioVideoPlayback error code table.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center