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