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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1