Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputScreenTipDialog Class / SetCompactLayout Method


In This Topic
    SetCompactLayout Method (InputScreenTipDialog)
    In This Topic
    Sets layout in the compact view mode (label will be placed on the left of input text box)
    Syntax
    'Declaration
     
    
    Public Sub SetCompactLayout() 
    'Usage
     
    
    Dim instance As InputScreenTipDialog
     
    instance.SetCompactLayout()
    public void SetCompactLayout()
    See Also