BCGControlBar Library for .NET
CustomLayout Property (CommandObject)




Specifies if the size and location of the command object is defined by user and this object will not be resized and moved on calling function AdjustLayout of the parent command panel.
Syntax
'Declaration
 
Public Overridable Property CustomLayout As Boolean
'Usage
 
Dim instance As CommandObject
Dim value As Boolean
 
instance.CustomLayout = value
 
value = instance.CustomLayout
public virtual bool CustomLayout {get; set;}
public: __property virtual bool get_CustomLayout();
public: __property virtual void set_CustomLayout( 
   bool value
);
public:
virtual property bool CustomLayout {
   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

CommandObject Class
CommandObject Members

Send Feedback