Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonForwardLine Class / GetPreferredSize Method


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