Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpBaseStatusBarElement Class / GetPreferedWidth Method


In This Topic
GetPreferedWidth Method (FpBaseStatusBarElement)
In This Topic
Returns the preferred width of the element.
Syntax
'Declaration
 
Public Overridable Function GetPreferedWidth() As Integer
 
'Usage
 
Dim instance As FpBaseStatusBarElement
Dim value As Integer
 
value = instance.GetPreferedWidth()
See Also