Video.Caption Property |
Language: |
Retrieves and sets the caption of the Form playing the video.
Visual Basic Public Property Caption As String C# public string Caption { get; set; } C++ public:
property String^ Caption {
String^ get();
void set(String^ value);
}JScript public function get Caption() : String
public function set Caption(String);
System.String
This property is read/write.
The caption of the Form playing the video.
This property only applies to videos that are played in their own Form 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