|
|
|
|
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. Remark: This property is not available for Button controls.
// Define the characteristics of the borders for report controls MyBorder is Border MyBorder.Color = LightRed MyBorder.Thickness = 5 Â // Borders for the NumNbPage control in the report NumNbPage.Border = MyBorder // Modify the characteristics of the borders for the NumNbPage control NumNbPage.Border.Thickness = 1 Â // Get the characteristics of the borders for the NumNbPage control MyBorder2 is Border = NumNbPage.Border Syntax
Retrieving the characteristics of a border Hide the details
<Characteristics> = <Element used>.Border
Defining borders through programming Hide the details
<Element used>.Border = <Border characteristics>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|