ArcFM Desktop Developer Guide
Flyout(Boolean,Boolean) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

True if the pane should slide out from the unpinned tab area else false to have it display immediately.
True if the pane should be activated (as if the user clicked the tab for the pane).
Display an unpinned pane from the UnpinnedTabArea where the tab for the pane is displayed.
Syntax
'Declaration
 
Public Overloads Sub Flyout( _
   ByVal slide As Boolean, _
   ByVal activate As Boolean _
) 
'Usage
 
Dim instance As DockControlPane
Dim slide As Boolean
Dim activate As Boolean
 
instance.Flyout(slide, activate)
public void Flyout( 
   bool slide,
   bool activate
)

Parameters

slide
True if the pane should slide out from the unpinned tab area else false to have it display immediately.
activate
True if the pane should be activated (as if the user clicked the tab for the pane).
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DockControlPane Class
DockControlPane Members
Overload List

 

 


Send Comment