Win32ToolBarBorderStyle Property |
Gets or sets the border style of the toolbar control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public BorderStyle BorderStyle { get; set; }
Public Property BorderStyle As BorderStyle
Get
Set
public:
property BorderStyle BorderStyle {
BorderStyle get ();
void set (BorderStyle value);
}
member BorderStyle : BorderStyle with get, set
Return Value
Type:
BorderStyleOne of the
BorderStyle values. The default is
BorderStyle.None.
Exceptions See Also