[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a Windows control that displays a frame around a group of controls with an optional caption [Edit] Class=GroupBox Color=BackColor Caption=Text [Property] Width= | |200 Height= | |100 Text= | |GroupBox @AutoSize=Sets a value that indicates whether the GroupBox resizes based on its contents. ARG(bool)|14|0|True,False @AutoSizeMode=Sets how the GroupBox behaves when its AutoSize property is enabled. ARG(AutoSizeMode)|14|1|GrowAndShrink,GrowOnly @FlatStyle=Sets the flat style appearance of the group box control.ARG(FlatStyle)|14|2|Flat,Popup,Standard,System @UseCompatibleTextRendering=Sets a value that determines whether to use the Graphics class to render text ARG(bool)|14|1|True,False [Methods] *onAutoSizeChanged=Occurs when the value of the AutoSize property changes. ARG(EventArgs)|2|0 *AutoSize=Returns a value that indicates whether the GroupBox resizes based on its contents. ARG(bool)|3|104 *AutoSizeMode=Returns how the GroupBox behaves when its AutoSize property is enabled. ARG(AutoSizeMode)|3|0 *FlatStyle=Returns the flat style appearance of the group box control.ARG(FlatStyle)|3|0 *ToString=Returns a String containing the name of the Component, if any. This method should not be overridden. ARG(string)|3|2 *UseCompatibleTextRendering=Returns a value that determines whether to use the Graphics class to render text ARG(bool)|3|104 GroupBox=Returns the GroupBox object. ARG(GroupBox)|3|0