Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputScreenTipDialog Class / tblMainLayout Field


In This Topic
    tblMainLayout Field (InputScreenTipDialog)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected tblMainLayout As TableLayoutPanel
    'Usage
     
    
    Dim instance As InputScreenTipDialog
    Dim value As TableLayoutPanel
     
    value = instance.tblMainLayout
     
    instance.tblMainLayout = value
    protected TableLayoutPanel tblMainLayout
    See Also