11 references to TabInfo
Microsoft.VisualBasic (1)
Microsoft.VisualBasic.cs (1)
71
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.
TabInfo
))]
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (6)
2097
Private Sub PrintTab(ByVal ti As
TabInfo
)
2197
If typ Is GetType(
TabInfo
) Then
2198
PrintTab(CType(obj,
TabInfo
))
2255
ElseIf CurrentType Is GetType(
TabInfo
) Then
2256
Dim ti As
TabInfo
= CType(value,
TabInfo
)
Microsoft\VisualBasic\FileSystem.vb (4)
1162
Public Function TAB() As
TabInfo
1163
Dim Result As
TabInfo
1168
Public Function TAB(ByVal Column As Short) As
TabInfo
1169
Dim Result As
TabInfo