LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
StickPinLocation Enumeration
See Also  
Leadtools.Medical.Workstation.UI Namespace : StickPinLocation Enumeration




Provide values for the AutoHidePanel.StickPinLocation property.

Syntax

Visual Basic (Declaration) 
Public Enum StickPinLocation 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As StickPinLocation
C# 
public enum StickPinLocation : System.Enum, IComparableIConvertibleIFormattable  
Managed Extensions for C++ 
__value public enum StickPinLocation : public System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class StickPinLocation : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BottomLeftThe stick pin button is located at the bottom left edge of the AutoHidePanel
BottomRightThe stick pin button is located at the bottom right edge of the AutoHidePanel
NoneThe stick pin button is not displayed.
UpperLeftThe stick pin button is located at the top left edge of the AutoHidePanel
UpperRightThe stick pin button is located at the top right edge of the AutoHidePanel

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Medical.Workstation.UI.StickPinLocation

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also