ISDBUIForm::BorderStyle
CoClass SDBUIForm, Interface ISDBUIForm
Property Get/Let BorderStyle As Long
Property description
Specifies how the form looks like:
- 0 (bsNone) - there isn't any border
- 2 (bsSizeable) - a standard resizable window
- 3 (bsDialog) - a dialog that isn't resizable
- 4 (bsToolWindow) - a tool window
- 5 (bsSizeToolWin) - a resizable toolwindow