BorderStyle

Gets and sets the border style surrounding the Project Tree window. The value is a number between 0 and 4, according to the following options.

§   0 = None

§   1 = Solid

§   2 = Three-dimensional border style

§   3 = Border with a sunken edge

§   4 = Double border

 

JavaScript

 

BorderStyle

 

C#

 

int BorderStyle { get; set; }

 

C++

 

HRESULT BorderStyle([in] long pstyle)

HRESULT BorderStyle([out, retval] long* pstyle)