FireTabStripSelect Method
In This Topic
Internal use only.
Syntax
'Declaration
Protected Sub FireTabStripSelect( _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Boolean, _
ByRef As Boolean _
)
'Usage
Dim instance As TabStrip
Dim selectedTab As Integer
Dim scrollLeft As Boolean
Dim scrollRight As Boolean
Dim cancel As Boolean
instance.FireTabStripSelect(selectedTab, scrollLeft, scrollRight, cancel)
protected void FireTabStripSelect(
int ,
bool ,
bool ,
out bool
)
Parameters
- selectedTab
- scrollLeft
- scrollRight
- cancel
See Also