FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ShapeEventArgs Class / ChildType Property


In This Topic
ChildType Property
In This Topic
Get or set the ChildType
Syntax
'Declaration
 
Public Property ChildType As String
 
'Usage
 
Dim instance As ShapeEventArgs
Dim value As String
 
instance.ChildType = value
 
value = instance.ChildType
See Also