ITEInformationWindow
The ITEInformationWindow interface provides control over the Project Tree elements.
|
Properties |
|
|
Gets and sets the border style surrounding the Project Tree window. |
|
|
Text |
Reserved. Currently not used. |
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) |