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