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


ITimeControl.WindowTitle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.WindowTitle Property
ArcGIS Developer Help

ITimeControl.WindowTitle Property

Text appearing in the title bar of the Playback Manager window.

[Visual Basic .NET]
Public Property WindowTitle As String
[C#]
public string WindowTitle {get; set;}
[C++]
HRESULT get_WindowTitle(
  System.String* pbstrWindowTitle
);
[C++]
HRESULT put_WindowTitle(
  BSTR pbstrWindowTitle
);
[C++]
Parameters
pbstrWindowTitle [out, retval]

pbstrWindowTitle is a parameter of type BSTR* pbstrWindowTitle [in]
pbstrWindowTitle is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITimeControl Interface