Reflection
HostField Constructor(Int32,Int32,Int32,Int32,Int32,String,FieldAttributes,ScreenColor)


Starting row position.
Starting column position.
Field length.
Ending row position.
Ending column position.
Field text.
Field attributes.
Field foreground color.
Initializes a new instance of the HostField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal startRow As Integer, _
   ByVal startColumn As Integer, _
   ByVal length As Integer, _
   ByVal endRow As Integer, _
   ByVal endColumn As Integer, _
   ByVal text As String, _
   ByVal attributes As FieldAttributes, _
   ByVal foregroundColor As ScreenColor _
)
'Usage
 
Dim startRow As Integer
Dim startColumn As Integer
Dim length As Integer
Dim endRow As Integer
Dim endColumn As Integer
Dim text As String
Dim attributes As FieldAttributes
Dim foregroundColor As ScreenColor
 
Dim instance As New HostField(startRow, startColumn, length, endRow, endColumn, text, attributes, foregroundColor)

Parameters

startRow
Starting row position.
startColumn
Starting column position.
length
Field length.
endRow
Ending row position.
endColumn
Ending column position.
text
Field text.
attributes
Field attributes.
foregroundColor
Field foreground color.
See Also