ArcFM Engine Developer Guide
Pin Method (DockControlPane)


Reattaches the pane to its docked parent pane.
Syntax
'Declaration
 
Public Overrides Sub Pin() 
'Usage
 
Dim instance As DockControlPane
 
instance.Pin()
public override void Pin()
Remarks
When a pane is pinned, its contents are displayed only while in use. At other times, the pane collapses into a tab at the edge of the docking area (the UnpinnedTabArea). The user may display the pane by clicking or hovering over the tab. Moving the mouse over the tab causes the pane to fly out; clicking the tab causes the pane to fly out and become activated.

Invoking this method is equivalent to the user clicking the pin button in the pane's caption area when the pane is unpinned. The pane will become pinned to the dock area, and the UnpinnedTabArea will be displayed if it is not already showing. If the pane is active when it is pinned, it will immediately fly out and become visible. This method cannot be invoked on a floating AcmeDockAreaPane 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

 

 


Send Comment