Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / trueHeight Field


In This Topic
    trueHeight Field
    In This Topic
    Internal use only. True height.
    Syntax
    'Declaration
     
    
    Protected trueHeight As Integer
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Integer
     
    value = instance.trueHeight
     
    instance.trueHeight = value
    protected int trueHeight
    See Also