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


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