34 lines
433 B
Markdown
34 lines
433 B
Markdown
# 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.
|