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


In This Topic
    SetCompactLayout Method (InputTextDialog)
    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 InputTextDialog
     
    instance.SetCompactLayout()
    public void SetCompactLayout()
    See Also