Description Determines the border style for a BiDisp object.
Usage [form.] BiDisp.BorderStyle [= style]
Settings The BorderStyle property settings for a BiDisp are:
Setting Description
tifbsNone = 0 (Default) None. No border or related border elements are drawn.
tifbsSolid = 1 Solid. Solid border is drawn around the control using the current border color and border width.
tifbsDropShadow = 2 Drop-Shadow. Drop shadow border is drawn using the current border color and border width.
tifbsRaisedShadow = 3 Raised-Shadow. Raised shadow border is drawn using the current border color and border width.
tifbsEtched = 4 Etched. Etched border is drawn using the current border color and fixed two pixel border width.
Remarks Setting this property doesn't change the settings of the BorderThickness property.
Data Type Integer (Enumerated)
Available þDesign-Time þRun-Time Read þRun-Time Write
See Also BorderColor Property, BorderThickness Property