VideoEdit Gold ActiveX Control

WMVProfile.Description Property

Description
    Return the description of the WMVProfile.

Property Type
    Read Only property

Data Type
    String

Syntax

WMVProfile.Description

Example

[Visual Basic Syntax] (this example assign the description to Text1 when select combo)
Text1 = VideoEdit1.WMVProfiles.FindWMVProfileDesc(Me.cboProfile.ListIndex)
Me.VideoEdit1.WMVProfile = Me.cboProfile.ListIndex