Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / MdiChildBorder Property


In This Topic
    MdiChildBorder Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property MdiChildBorder As Integer
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As Integer
     
    instance.MdiChildBorder = value
     
    value = instance.MdiChildBorder
    public int MdiChildBorder {get; set;}
    See Also