MultiMediaContainer Constructor | |
Instantiate a MultiMediaContainer control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public MultiMediaContainer(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the control. - xID (Optional)
- Type: Usual
The unique ID of the control (between 1 and 8000). - oPoint (Optional)
- Type: Usual
The origin of the control in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the control in canvas coordinates.
Remarks
This method instantiates a MultiMediaContainer object. Depending on the file assigned to it, the MultiMediaContainer object tries to display the multimedia data. In the case of video or audio data, it creates an MCI child window. For images, X# image support attempts to display the image in the control's client area.
See Also