BCGControlBar Library for .NET
FixedSize Property




Tells whether the cell can be resized by its movable bar (splitter), or not.
Syntax
'Declaration
 
Public Property FixedSize As Boolean
'Usage
 
Dim instance As SplitContainerCell
Dim value As Boolean
 
instance.FixedSize = value
 
value = instance.FixedSize
public bool FixedSize {get; set;}
public: __property bool get_FixedSize();
public: __property void set_FixedSize( 
   bool value
);
public:
property bool FixedSize {
   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

SplitContainerCell Class
SplitContainerCell Members

Send Feedback