ArcFM Engine Developer Guide
PaneDoubleClickAction Enumeration


Defines the action that takes place when double clicking on a pane caption, tab or sliding group.
Syntax
'Declaration
 
Public Enum PaneDoubleClickAction 
   Inherits System.Enum
'Usage
 
Dim instance As PaneDoubleClickAction
public enum PaneDoubleClickAction : System.Enum 
Members
MemberDescription
DefaultDefault - The setting will be resolved based on the parent and dock manager settings.
NoneNo action takes place (double-click is inactive).
ToggleDockedStateThe docked state of the pane (and any descendants) is switched between docked and floating.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.Docking.PaneDoubleClickAction

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

Miner.Windows.Docking Namespace

 

 


Send Comment