STK X Send comments on this topic.
NoLogo Property (AgUiAx2DCntrl)
See Also  Example





Description

If true, the splash logo is not shown.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_NoLogo();
public: __property void set_NoLogo(
bool
);

[Unmanaged C++]
public: HRESULT get_NoLogo(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_NoLogo(
VARIANT_BOOL NewNoLogo
);

[Java]
public bool getNoLogo();public void setNoLogo(
bool
);

Example

[Visual Basic .NET] Copy Code
Me.AxAgUiAx2DCntrl1.NoLogo = True

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1