AllowResize Property
Retrieves a bool that indicates whether the object can be resized.
Syntax
Visual Basic Overrides Public ReadOnly Property AllowResize As bool C# public override bool AllowResize { get; } Managed C++ public: __property bool get_AllowResize(); JScript public override function get AllowResize() : bool;
Possible Values
bValue bool that receives one of the possible values. 1Object can be resized.0Object cannot be resized.The property is read-only. The property has no default value.
Property Information
Applies To
TabStripDesigner, ToolbarDesigner, TreeViewDesigner
See Also