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


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