IHTMLMediaElement.currentTime Property

Namespace:  mshtml
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Property currentTime As Single
float currentTime { get; set; }
property float currentTime {
    float get ();
    void set (float value);
}
abstract currentTime : float32 with get, set
function get currentTime () : float 
function set currentTime (value : float)

Property Value

Type: Single

.NET Framework Security

See Also

Reference

IHTMLMediaElement Interface

mshtml Namespace