PageGroup Constructors
A WindowsUI View container that stores multiple Documents but can display only one of them at a time.Name | Parameters | Description |
---|---|---|
PageGroup() | none | Initializes a new instance of the PageGroup class with the default settings. |
PageGroup(IPageGroupProperties) | defaultProperties | Initializes a new instance of the PageGroup class with custom settings. |
PageGroup(IContainer) | container | Initializes a new instance of the PageGroup class with the specified container. |
See Also