Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / resizeHandle Field


In This Topic
    resizeHandle Field (PSObject)
    In This Topic
    Specifies the handle currently being used for resizing.
    Syntax
    'Declaration
     
    
    Protected resizeHandle As Integer
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Integer
     
    value = instance.resizeHandle
     
    instance.resizeHandle = value
    protected int resizeHandle
    See Also