AGI Ui Application 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface