The type of border to be displayed around the edges of a pane

Usage

Set_Property(OLECtrlEntID, "OLE.PaneBorder[index]", OptionValue)

Values

OptionValue can be set to one of the following valid options:

ValueAbbr.Description
NoneNThe pane is drawn without a border
Bevel RaisedBRA thick raised border is drawn around the pane
Bevel SunkenBSA thick sunken border is drawn around the pane
Thin RaisedTRA thin raised border is drawn around the pane
Thin SunkenTSA thin sunken border is drawn around the pane
DividerDIVAn etched separator is drawn at the right most side of the Pane (except for the last pane)

Default: Thin Sunken

Indices

IndexDescription
indexIndex to an existing pane

Remarks

The PaneBorder property establishes the type of border to be drawn around the pane.

  • No labels