AGI Ui Application 11Send comments on this topic.
Top Property (IAgUiApplication)
See Also 
Windows






Windows & Linux

Description

Gets/sets a horizontal coordinate of the main window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Top() As Integer
[C#]
public int Top {get; set;}
[Managed C++]
public: __property int get_Top();
public: __property void set_Top(
   int
);
[Unmanaged C++]
public: HRESULT get_Top(
   long * pRetVal
);
public: HRESULT put_Top(
   long NewTop
);
[Java]
public int getTop();public void setTop(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.