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