Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarAverageElement Class / GetPreferedWidth Method


In This Topic
    GetPreferedWidth Method (FpStatusBarAverageElement)
    In This Topic
    Gets the preferred width of the element.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetPreferedWidth() As Integer
    'Usage
     
    
    Dim instance As FpStatusBarAverageElement
    Dim value As Integer
     
    value = instance.GetPreferedWidth()
    public virtual int GetPreferedWidth()
    See Also