DTEClass.UserControl Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information on this property, refer to UserControl.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable Property UserControl As Boolean
public virtual bool UserControl { get; set; }
public:
virtual property bool UserControl {
    bool get ();
    void set (bool value);
}
abstract UserControl : bool with get, set 
override UserControl : bool with get, set
function get UserControl () : boolean 
function set UserControl (value : boolean)

Property Value

Type: System.Boolean
The user control.

Implements

_DTE.UserControl

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace