ArcFM Engine Developer Guide
IsPinned Property


Return whether the pane is currently pinned.
Syntax
'Declaration
 
Public Property IsPinned As Boolean
'Usage
 
Dim instance As DockControlPane
Dim value As Boolean
 
instance.IsPinned = value
 
value = instance.IsPinned
public bool IsPinned {get; set;}
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.
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