Spread Windows Forms 17
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
    public string ChildType {get; set;}
    See Also