ActionsPane.BorderStyle Property (2007 System)
Provides the same functionality as the UserControl.BorderStyle property.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property BorderStyle As BorderStyle
'Usage
Dim instance As ActionsPane
Dim value As BorderStyle
value = instance.BorderStyle
instance.BorderStyle = value
[BrowsableAttribute(true)]
public BorderStyle BorderStyle { get; set; }
[BrowsableAttribute(true)]
public:
property BorderStyle BorderStyle {
BorderStyle get ();
void set (BorderStyle value);
}
public function get BorderStyle () : BorderStyle
public function set BorderStyle (value : BorderStyle)
Property Value
Type: System.Windows.Forms.BorderStyle
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.