AGI Ui Core 11 Send comments on this topic.
NoWBClose Property (IAgUiWindow)
See Also 





Description

Whether to close the window when the application workbook is loaded/closed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NoWBClose() As Boolean

[C#]
public bool NoWBClose {get; set;}

[Managed C++]
public: __property bool get_NoWBClose();
public: __property void set_NoWBClose(
bool
);

[Unmanaged C++]
public: HRESULT get_NoWBClose(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_NoWBClose(
VARIANT_BOOL NewNoWBClose
);

[Java]
public bool getNoWBClose();public void setNoWBClose(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1