Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputTextDialog Class / SetCompactLayout Method


In This Topic
SetCompactLayout Method
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()
See Also