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