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