M-Files UI Extensibility Framework
SetDefaultVisibility Method
IShellPaneContainer Interface : SetDefaultVisibility Method
The default state.
Specify true to change the pane's visibility to the given default state. Forces the new state in any case. If the parameter is set to false, the pane's visibility is changed only if the user hasn't previously changed the state  from UI in which case the view remembers the changed state.
Description
Sets tha embedded pane's default visibility.
Syntax
Visual Basic
Public Sub SetDefaultVisibility( _
   ByVal Visible As Boolean, _
   ByVal resetToDefault As Boolean _
) 
Parameters
Visible
The default state.
resetToDefault
Specify true to change the pane's visibility to the given default state. Forces the new state in any case. If the parameter is set to false, the pane's visibility is changed only if the user hasn't previously changed the state  from UI in which case the view remembers the changed state.
See Also

IShellPaneContainer Interface  | IShellPaneContainer Members