HowShow

<< Click to Display Table of Contents >>

Navigation:  TMyShape > Properties >

HowShow

property HotShow:Boolean;

 

Description:

 

 true: the hotspot showed normally

 false: the hotspot hide, even a shape be selected.

 

Example:

 

 Delphi syntax:

 shpae.HotShow := true;

 

 C++ syntax:

 shape->HotShow = true;