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