GetVerticalPaneCount Method
Gets the total numbers of horizontal panes.
public int GetVerticalPaneCount()
'Declaration
Public Function GetVerticalPaneCount() As Integer
'Usage
Dim instance As LayoutManager
Dim value As Integer
value = instance.GetVerticalPaneCount()
Return Value
An integer value represents the total numbers of horizontal panes.