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