VideoEdit Gold ActiveX Control

WMVProfile.Name Property

Description
    Return the name of the WMVProfile.

Property Type
    Read Only property

Data Type
    String

Syntax

WMVProfile.Name

Example

[Visual Basic Syntax] (this example load all window media profile into combo)
Dim myProfile as WMVProfile
For Each myProfile In VideoEdit1.WMVProfiles
    cboProfile.AddItem myProfile.Name
Next