Description
Gets/sets whether the application is user controlled.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UserControl() As Boolean
|
[C#] |
---|
public bool UserControl {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UserControl(); public: __property void set_UserControl(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UserControl(
VARIANT_BOOL * pVal
);
public: HRESULT put_UserControl(
VARIANT_BOOL NewVal
);
|
[Java] |
---|
public bool getUserControl();
public void setUserControl(
bool
);
|
See Also