IVsExtensibility.SetUserControl(Boolean) Method

Definition

Microsoft Internal Use Only.

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

public:
 void SetUserControl(bool fUserControl);
public:
 void SetUserControl(bool fUserControl);
void SetUserControl(bool fUserControl);
public void SetUserControl (bool fUserControl);
abstract member SetUserControl : bool -> unit
Public Sub SetUserControl (fUserControl As Boolean)

Parameters

fUserControl
Boolean

Whether or not there is a user control.

Applies to