Up | Button | BitBtn | SpeedButton | CheckBox | ComboBox | Control | Edit | Memo | Font | GroupBox | Label | ListBox | PageControl | Panel | RadioButton | Bevel | ScrollBox | TabSheet | WinControl | Callback | Frame | WinControl | Form | Release Notes

 

  

 
Bevel

The Bevel class is derived from the Control class. A Bevel is normally used for decorations only.

access function: GetBevel(name)

Attribute Access Type Description
shape R/W int 0=Lowered, 1=Raised
style R/W int 0=Box, 1=Frame, 2=TopLine, 3=BottomLine, 4=LeftLine, 5=RightLine, 6=Spacer


owner = GetCustomPanel('CustomPanel1')  #get the container control
bevel = owner.addControl('Bevel')              #add a new Bevel
bevel.style = 2                                          #set to TopLine style
 

Scorpion Vision Version XV  : Build 764 - Date: 20200529
Scorpion Vision Software® is a registered trademark of Tordivel AS.
Copyright © 2000 - 2020 Tordivel AS.