public virtual bool ShowAtRunMode {get;}
public virtual bool ShowAtRunMode {get;}
@property (noretain, readonly) BOOL showAtRunMode;
boolean getShowAtRunMode()
get_ShowAtRunMode();
The value of this property will be true if the container is in run mode and hotspot object will be not be rendered (invisible). Derived classes can override this property if chose to render the object even at run mode.