BCGControlBar Library for .NET
IgnoreAdjustLayout Property




Specifies if the layout of the popup menu and its buttons will not be adjusted when the function "AdjustLayout" is called by the framework.
Syntax
'Declaration
 
Public Property IgnoreAdjustLayout As Boolean
'Usage
 
Dim instance As PopupMenuBar
Dim value As Boolean
 
instance.IgnoreAdjustLayout = value
 
value = instance.IgnoreAdjustLayout
public bool IgnoreAdjustLayout {get; set;}
public: __property bool get_IgnoreAdjustLayout();
public: __property void set_IgnoreAdjustLayout( 
   bool value
);
public:
property bool IgnoreAdjustLayout {
   bool get();
   void set (    bool 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