Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarComboThumb Class / GetPreferredSize Method


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