This document is archived and information here might be outdated.  Recommended version.


IARControl.BorderStyle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARControl.BorderStyle Property

The border style of the control.

[Visual Basic .NET]
Public Property BorderStyle As esriARBorderStyle
[C#]
public esriARBorderStyle BorderStyle {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns or sets the border style of a ArcReaderControl. By default a border is drawn.

Errors Returned

2018 800A07E2:  The specified border style is invalid 

See Also

IARControl Interface