Microsoft DirectX 9.0 SDK Update (October 2004)

Video.Caption Property

Language:

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

Retrieves and sets the caption of the Form Leave Site playing the video.

Definition

Visual Basic .NET Public Property Caption As String
C# public string Caption { get; set; }
Managed C++ public: __property String* get_Caption();
public: __property void set_Caption(String*);
JScript .NET public function get Caption() : String
public function set Caption(String);

Property Value

System.String . The caption of the Form Leave Site playing the video.

This property is read/write. 

Remarks

This property only applies to videos that are played in their own Form Leave Site when the Owner property is not set.

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