FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarRangeStatusElement Class / GetPreferedWidth Method


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