Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBarElement Interface / GetPreferedWidth Method


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