BCGControlBar Library for .NET
MinHeight Property




Specifies the minimum height which can be set for a popupMenuBar.
Syntax
'Declaration
 
Public Property MinHeight As Integer
'Usage
 
Dim instance As PopupMenuBar
Dim value As Integer
 
instance.MinHeight = value
 
value = instance.MinHeight
public int MinHeight {get; set;}
public: __property int get_MinHeight();
public: __property void set_MinHeight( 
   int value
);
public:
property int MinHeight {
   int get();
   void set (    int value);
}
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

PopupMenuBar Class
PopupMenuBar Members

Send Feedback