Video.Caption Property

Language:

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

Definition

Visual Basic Public Property Caption As String
C# public string Caption { get; set; }
C++ public:
property String^ Caption {
        String^ get();
        void set(Stringvalue);
}
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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