Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarTextElement Class / GetPreferedWidth Method


In This Topic
    GetPreferedWidth Method (FpStatusBarTextElement)
    In This Topic
    Returns the preferred width for the element.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetPreferedWidth() As Integer
    'Usage
     
    
    Dim instance As FpStatusBarTextElement
    Dim value As Integer
     
    value = instance.GetPreferedWidth()
    public override int GetPreferedWidth()
    See Also