Specifies the requested border and title bar layout of the sidebar dialog.

Members

Member Description
Standard The dialog's border and title bar equal to the style of a System.Windows.Forms.Form where the FormBorderStyle is set to System.Windows.Forms.FormBorderStyle.FixedDialog.
StandardSizable The dialog's border and title bar equal to the style of a System.Windows.Forms.Form where the FormBorderStyle is set to System.Windows.Forms.FormBorderStyle.Sizable.
Sidebar The dialog only displays the sidebar. The dialog is not sizable and neither a specific dialog border nor a title bar are set (equivalent to System.Windows.Forms.FormBorderStyle.FixedSingle).
SidebarSizable The dialog only displays the sidebar. The dialog is sizable (equivalent to System.Windows.Forms.FormBorderStyle.Sizable), but neither a specific dialog border nor a title bar are set.