ArcFM Desktop Developer Guide
Flyout(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.
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 _
) 
'Usage
 
Dim instance As DockControlPane
Dim slide As Boolean
 
instance.Flyout(slide)
public void Flyout( 
   bool slide
)

Parameters

slide
True if the pane should slide out from the unpinned tab area else false to have it display immediately.
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