| Visual Basic (Declaration) | |
|---|---|
Public Enum StickPinLocation Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As StickPinLocation | |
| C# | |
|---|---|
public enum StickPinLocation : System.Enum, IComparable, IConvertible, IFormattable | |
| Managed Extensions for C++ | |
|---|---|
__value public enum StickPinLocation : public System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class StickPinLocation : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| BottomLeft | The stick pin button is located at the bottom left edge of the AutoHidePanel |
| BottomRight | The stick pin button is located at the bottom right edge of the AutoHidePanel |
| None | The stick pin button is not displayed. |
| UpperLeft | The stick pin button is located at the top left edge of the AutoHidePanel |
| UpperRight | The stick pin button is located at the top right edge of the AutoHidePanel |
System.Object
System.ValueType
System.Enum
Leadtools.Medical.Workstation.UI.StickPinLocation
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code