WhichBorders

These constants specify the draggable borders of a control. The control can have borders on any combination of edges or it can have no borders at all. To specify multiple borders, combine these constants with a bitwise-OR operator.

  • WhichBorder_Bottom –(Value: 0x2) Specifies a border at the bottom edge of the control.
  • WhichBorder_Left –(Value: 0x4) Specifies a border at the left edge of the control.
  • WhichBorder_None –(Value: 0x0) Specifies no borders.
  • WhichBorder_Right –(Value: 0x8) Specifies a border at the right edge of the control.
  • WhichBorder_Top –(Value: 0x1) Specifies a border at the top edge of the control.

See Also

Borders.VisibleBorders

ExpressionEdit.BorderDragged

InsertionPalette.BorderDragged

ListBar.BorderDragged

ListBox.BorderDragged

ReportView.BorderDragged

SequenceView.BorderDragged

VariablesView.BorderDragged