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


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

ITxCatalogDialog.ButtonCaption Property

The caption to use for the Open or Save button.

[Visual Basic .NET]
Public WriteOnly Property ButtonCaption
[C#]
public void ButtonCaption {set;}
[C++]
HRESULT put_ButtonCaption(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

ITxCatalogDialog Interface