Frame border used by this element.
[Visual Basic 6.0] Property Border As IBorder
[Visual Basic .NET] Public Property Border As IBorder
[C#] public IBorder Border {get; set;}
[C++] public: __property IBorder get_Border(); public: __property void set_Border(IBorder );
Border returns or sets the border property of the frame. Use this property when you want to change how the border around the frame is displayed.