FormBuildActiveXControl.isContainer Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a value that indicates whether the control is a container control.
public:
 override bool isContainer();
	[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override bool isContainer();
	[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.isContainer : unit -> bool
	Public Overrides Function isContainer () As Boolean
	Returns
A Boolean value that indicates whether the control is a container control.
- Attributes
 - 
			Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute