ISDBUIForm::BorderStyle: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 19:23, 23 March 2007

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