ArcFM Solution Developer Guide
GetNextControl Method (WorkLocationProps)


Syntax
'Declaration
 
Public Function GetNextControl( _
   ByVal ctl As System.Windows.Forms.Control, _
   ByVal forward As System.Boolean _
) As System.Windows.Forms.Control
'Usage
 
Dim instance As WorkLocationProps
Dim ctl As System.Windows.Forms.Control
Dim forward As System.Boolean
Dim value As System.Windows.Forms.Control
 
value = instance.GetNextControl(ctl, forward)
public System.Windows.Forms.Control GetNextControl( 
   System.Windows.Forms.Control ctl,
   System.bool forward
)

Parameters

ctl
forward
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WorkLocationProps Class
WorkLocationProps Members

 

 


Send Comment