VLFormDesigner Reference

MethodIsContainer

See Also See Also   Applies To Applies To

Reports if the specified control is a container control.

 

Syntax

object.IsContainer(ByVal aControl As Object )

 

The IsContainer method syntax has these parts:

Part Description
object An object expression that evaluates to VLFormDesigner.
aControl A control which needs to be checked for container. Method returns True if the control is a container control, otherwise returns False

Remark

This method is used during saving and loading of layout information.