Promotic

BorderType - property of the PmgBox object

Description:
Type of the box border.
Syntax:
Long BorderType
Values:
0 - Outset
1 - Inset
2 - Groove
3 - Ridge
4 - Solid
Note:
Property access for read and write. The default value of this property is defined in the "Border type" configurator of this object.
 
This property is also functional in Web panels.
See also:
- PmgBox.BorderWidth (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oBox = pMe.Items("/Box");

var nBorderType = oBox.BorderType;   // Reading from the property
oBox.BorderType = 2;   // Writing into the property

History:
Pm9.00.25: New types of border box: Ridge and Solid.
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.