![](../icons/Help.png) | IPropertyManagerPageExTHandler, TModel Interface |
Represents the wrapper for the property manager page which builds the user interface
based on the provided data model
Namespace:
CodeStack.SwEx.PMPage.Base
Assembly:
CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntaxpublic interface IPropertyManagerPageEx<THandler, TModel>
where THandler : new(), PropertyManagerPageHandlerEx
Public Interface IPropertyManagerPageEx(Of THandler As {New, PropertyManagerPageHandlerEx}, TModel)
generic<typename THandler, typename TModel>
where THandler : gcnew(), PropertyManagerPageHandlerEx
public interface class IPropertyManagerPageEx
Type Parameters
- THandler
- Handler of the property manager page which provides an access to additional properties and events related to user interface.
Must be com visible
- TModel
- Type used both as the design layout and data model
The IPropertyManagerPageExTHandler, TModel type exposes the following members.
Properties
| Name | Description |
---|
![Public property Public property](../icons/pubproperty.gif) | Controls |
List of all controls created in the property manager page
|
![Public property Public property](../icons/pubproperty.gif) | Handler |
Pointer to the handler
|
![Public property Public property](../icons/pubproperty.gif) | Model |
Pointer to the current instance of the model
|
Top
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | Show |
Display property manager page modeless
|
Top
RemarksThe pointer to this page must be stored on a class level to avoid garbage collection
See Also