ISDBUIForm::BorderStyle

From MediaMonkey Wiki
Revision as of 19:23, 23 March 2007 by Jiri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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