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()
See Also