SessionDisplay.MoveNextField Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
- attributes
- ScreenFieldAttributeData
Returns
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
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
- attributes
- ScreenFieldAttributeData
- numberOfFields
- Int32