This document is archived and information here might be outdated.  Recommended version.


ITableDockWindowAdmin.UpdateTitle Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

ITableDockWindowAdmin.UpdateTitle Method

Update the pane title.

[Visual Basic .NET]
Public Sub UpdateTitle ( _
    ByVal pTableWindow As ITableWindow _
)
[C#]
public void UpdateTitle (
    ITableWindow pTableWindow
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableDockWindowAdmin Interface