IUserInterfaceView Interface Members
In This Topic
The following tables list the members exposed by IUserInterfaceView.
Public Properties
| Name | Description |
| Icon | Gets the icon to use for the view |
| Title | A display caption for the view (typically the Text property of a control or form) |
Top
Public Methods
| Name | Description |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
Top
Public Events
| Name | Description |
| TitleChanged | Raised every time the title text for the view changes. |
Top
See Also