ActiveReports.Chart Request technical support
SetDesktopBounds Method
See Also 


x
y
width
height

Syntax

Visual Basic (Declaration) 
Public Sub SetDesktopBounds( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
 
instance.SetDesktopBounds(x, y, width, height)
C# 
public void SetDesktopBounds( 
   int x,
   int y,
   int width,
   int height
)

Parameters

x
y
width
height

See Also