Each of the customizable views should implement this interface.

C# | Visual Basic | Visual C++ |
public interface IView
Public Interface IView
public interface class IView

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Context |
Gets or sets the context. This is a user defined object.
|
![]() | Create()()() |
Creates this view.
|
![]() | Destroy()()() |
Destroys this view.
|