This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarControl Interface > IToolbarControl.BorderStyle Property (ArcObjects .NET 10.5 SDK) |
The border style of the ToolbarControl.
[Visual Basic .NET] Public Property BorderStyle As esriControlsBorderStyle
[C#] public esriControlsBorderStyle BorderStyle {get; set;}
[C++]
HRESULT get_BorderStyle(
esriControlsBorderStyle* pstyle
);
[C++]
HRESULT put_BorderStyle(
esriControlsBorderStyle pstyle
);
[C++]
Parameters pstyle [out, retval]
pstyle is a parameter of type esriControlsBorderStyle pstyle [in]
pstyle is a parameter of type esriControlsBorderStyle
Returns or sets the border style of a ToolbarControl. By default a border is not drawn.
1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values