ArcObjects Library Reference (SystemUI)  

IPaletteDef.Caption Property

The caption of this palette.

[Visual Basic .NET]
Public ReadOnly Property Caption As String
[C#]
public string Caption {get;}
[C++]
HRESULT get_Caption(
  BSTR* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPaletteDef Interface