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


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