Spread Windows Forms 15.0
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()
    public virtual Size GetPreferredSize()
    See Also