ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintProgressForm Class / SetDesktopLocation Method

In This Topic
    SetDesktopLocation Method (PrintProgressForm)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetDesktopLocation( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    public void SetDesktopLocation( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also