ArcObjects Library Reference (Controls)  

ISceneControlDefault.TipStyle Property

The style of scene tips.

ERROR: Syntax information about ISceneControlDefault.TipStyle may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_TipStyle(
  esriTipStyle* Style
);
[C++]
HRESULT put_TipStyle(
  esriTipStyle Style
);
[C++]

Parameters

Style [out, retval]

  Style is a parameter of type esriTipStyle

Style [in]

  Style is a parameter of type esriTipStyle

Product Availability

Available with ArcGIS Engine.

Description

Returns or sets the TipStyle used by the scene tips when ShowSceneTips is set to true to either solid or transparent. By default the TipStyle is solid.

See Also

ISceneControlDefault Interface