ContainerElement Class
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.
Represents a container of zero or more elements for display in an IToolTipPresenter.
public ref class ContainerElement sealed
public sealed class ContainerElement
type ContainerElement = class
Public NotInheritable Class ContainerElement
- Inheritance
-
ContainerElement
Remarks
Elements are translated to platform-specific UI constructs via the IViewElementFactoryService.
Constructors
ContainerElement(ContainerElementStyle, IEnumerable<Object>) |
Constructs a new container. |
ContainerElement(ContainerElementStyle, Object[]) |
Constructs a new container. |
Properties
Elements |
The elements to be displayed in the container. |
Style |
The layout style for the container. |