Adds the specified Visual to the current
section. BeginStackedSection or
BeginSideBySideSection should be called prior to
this.
Namespace: Spotfire.Dxp.Application.LayoutAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- visual
- Type: Spotfire.Dxp.Application Visual
The Visual to be added.
Exceptions
Exception | Condition |
---|---|
System InvalidOperationException | If this method is called before any section is created. |
System NullReferenceException | If visual is null |
Version Information
See Also