FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarTrackForward Class / GetPreferredSize Method


In This Topic
GetPreferredSize Method (FpScrollBarTrackForward)
In This Topic
Gets the preferred (maximum) size.
Syntax
'Declaration
 
Public Overridable Function GetPreferredSize() As Size
 
'Usage
 
Dim instance As FpScrollBarTrackForward
Dim value As Size
 
value = instance.GetPreferredSize()
See Also