STK UI CoreSend comments on this topic.
Top Property (IAgUiWindow)
See Also
Windows






Windows & Linux

Description

The window vertical position

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 * pVal
);
public: HRESULT put_Top(
    long NewVal
);
[Java]
public int getTop();
public void setTop(
    int
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.