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





Description

Gets the visibility status of the OrientationToolbar

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_GraphicsToolbarVisible();
public: __property void set_GraphicsToolbarVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_GraphicsToolbarVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_GraphicsToolbarVisible(
VARIANT_BOOL NewGraphicsToolbarVisible
);

[Java]
public bool getGraphicsToolbarVisible();public void setGraphicsToolbarVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1