|
|
|
|
|
|
|
|
|
|
Border (Property) In french: Cadre
The Border property gets and sets the characteristics of the borders: - for a report control or block.
 Not available.  for a window control. Note: This property is not available on Button.
MonCadre is Border
MonCadre.Color = LightRed
MonCadre.Thickness = 5
NumNbPage.Cadre = MonCadre
NumNbPage.Cadre.Epaisseur = 1
MonCadre2 is Border = NumNbPage.Cadre
Syntax
Getting the border characteristics of an element Hide the details
<Characteristics> = <Element used>.Border
Defining the borders programmatically Hide the details
<Element used>.Border = <Border characteristics>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|