Border (Get method)

Gets the "Border" (border width) property of the control.

int  Border()  const

Return Value

The "Border" property.

Border (Set method)

Sets the "Border" (border width) property of the control.

bool  Border(
   const int  value      // value
   )

Parameters

value

[in]  New value of the "Border" property.

Return Value

true - successful, otherwise - false.