STK XSend comments on this topic.
NoLogo Property (AgUiAx2DCntrl)
See Also
Windows





Windows & Linux

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 * pNoLogo
);
public: HRESULT put_NoLogo(
    VARIANT_BOOL bNoLogo
);
[Java]
public bool getNoLogo();
public void setNoLogo(
    bool
);
[Python - STK API ]
@property
def NoLogo(self) -> bool:

@NoLogo.setter
def NoLogo(self, bNoLogo:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.