VsColors.ProjectDesignerBorderOutsideKey Property

Gets the project designer border outside key.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ProjectDesignerBorderOutsideKey As Object
public static Object ProjectDesignerBorderOutsideKey { get; }
public:
static property Object^ ProjectDesignerBorderOutsideKey {
    Object^ get ();
}
static member ProjectDesignerBorderOutsideKey : Object
static function get ProjectDesignerBorderOutsideKey () : Object

Property Value

Type: System.Object
the project designer border outside key.

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace