BCGControlBar Library for .NET
PopupMenuResizeType Enumeration




Specifies the available way of resizing the popup menu.
Syntax
'Declaration
 
Public Enum PopupMenuResizeType 
   Inherits System.Enum
'Usage
 
Dim instance As PopupMenuResizeType
public enum PopupMenuResizeType : System.Enum 
__value public enum PopupMenuResizeType : public System.Enum 
public enum class PopupMenuResizeType : public System.Enum 
Members
MemberDescription
BottomThe popup menu can be resized by the bottom edge.
BottomCornerThe popup menu can be resized by the bottom corner.
NoneThe popup menu can not be resized.
TopThe popup menu can be resized by the top edge.
TopCornerThe popup menu can be resized by the top corner.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.PopupMenuResizeType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BCGSoft.Shared Namespace

Send Feedback