AGI Viewer Control 11 Send comments on this topic.
NoSplash Property (IAgAGIViewer)
See Also 





Description

Check to see if the splash screen is visible

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_NoSplash();
public: __property void set_NoSplash(
bool
);

[Unmanaged C++]
public: HRESULT get_NoSplash(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_NoSplash(
VARIANT_BOOL NewNoSplash
);

[Java]
public bool getNoSplash();public void setNoSplash(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1