Gets or sets the initial width of the applet's display area.

[VBScript]
Public Property Width As String
[JScript]
public function get Width() : String;
public function set Width(String);

Property Value

A string representing the initial width of the applet's display area.

See Also

HTMLAppletElement Object | HTMLAppletElement Members | DOM Namespace