Indicates whether the folder allows automatic pane selection.
If the folder allows automatic pane selection, when you click on a folder, the UI API automatically set the form pane level to the pane level bound to the folder.
Read-write property
| Visual Basic |
|---|
Public Property AutoPaneSelection() As Boolean |
This property only works for folders of user forms.
In the Form Settings window, to configuring more than one tab in a form, after you configured one tab, you do not need to close the form and open it again to configure another tab. Now you can save all configurations for different tabs at the same time.
| Saving Form Settings Explicitly (C#) | Copy Code | |
|---|---|---|
| ||