SessionDisplay.MoveNextField Method

Definition

Overloads

MoveNextField()
MoveNextField(ScreenFieldAttributeData)
MoveNextField(Int32)
MoveNextField(ScreenFieldAttributeData, Int32)

MoveNextField()

public:
 Microsoft::HostIntegration::SNA::Session::ScreenField ^ MoveNextField();
public Microsoft.HostIntegration.SNA.Session.ScreenField MoveNextField ();
member this.MoveNextField : unit -> Microsoft.HostIntegration.SNA.Session.ScreenField
Public Function MoveNextField () As ScreenField

Returns

ScreenField

Applies to

MoveNextField(ScreenFieldAttributeData)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenField ^ MoveNextField(Microsoft::HostIntegration::SNA::Session::ScreenFieldAttributeData ^ attributes);
public Microsoft.HostIntegration.SNA.Session.ScreenField MoveNextField (Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData attributes);
member this.MoveNextField : Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData -> Microsoft.HostIntegration.SNA.Session.ScreenField
Public Function MoveNextField (attributes As ScreenFieldAttributeData) As ScreenField

Parameters

Returns

ScreenField

Applies to

MoveNextField(Int32)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenField ^ MoveNextField(int numberOfFields);
public Microsoft.HostIntegration.SNA.Session.ScreenField MoveNextField (int numberOfFields);
member this.MoveNextField : int -> Microsoft.HostIntegration.SNA.Session.ScreenField
Public Function MoveNextField (numberOfFields As Integer) As ScreenField

Parameters

numberOfFields
Int32

Returns

ScreenField

Applies to

MoveNextField(ScreenFieldAttributeData, Int32)

public:
 Microsoft::HostIntegration::SNA::Session::ScreenField ^ MoveNextField(Microsoft::HostIntegration::SNA::Session::ScreenFieldAttributeData ^ attributes, int numberOfFields);
public Microsoft.HostIntegration.SNA.Session.ScreenField MoveNextField (Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData attributes, int numberOfFields);
member this.MoveNextField : Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData * int -> Microsoft.HostIntegration.SNA.Session.ScreenField
Public Function MoveNextField (attributes As ScreenFieldAttributeData, numberOfFields As Integer) As ScreenField

Parameters

numberOfFields
Int32

Returns

ScreenField

Applies to