BringToFront

Gets and sets a Boolean that determines whether the message automatically appears in front of any other content (i.e. the Project Tree) that might already be present in the destination container. This property is ignored if the message type is set to TYPE_SCRIPT.

 

JavaScript

 

 

 

BringToFront

 

C#

 

 

 

bool BringToFront { get; set; }

 

C++

 

 

 

HRESULT BringToFront([out, retval] VARIANT_BOOL* pVal)

HRESULT BringToFront([in] VARIANT_BOOL pVal)