AGI Ui Application 11Send comments on this topic.
UserControl Property (IAgUiApplication)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_UserControl(
   VARIANT_BOOL NewUserControl
);
[Java]
public bool getUserControl();public void setUserControl(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.