InsertHorizontalSplit Method (DropDownList)
In This Topic
Inserts a horizontal split at the specified index.
Syntax
'Declaration
Public Sub InsertHorizontalSplit( _
ByVal As Integer _
)
public void InsertHorizontalSplit(
int
)
Parameters
- idx
- A zero-based integer that identifies the position of the new split.
See Also