[About] Version=1.0 Author=Dilma,Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ButtonBase Interfaces=IButtonControl,ControlManager,Component,MarshalByRefObject,Object Info=Represents a Windows button control Category=Common [Edit] Class=Button Caption=Text [Property] Width= | |75 Height= | |23 Text= | |Push BackColor= | |clBtnFace ForeColor= | |clBtnText +Data=Sets the data that returns the event onClick. ARG(TData)|3| @AutoSizeMode=Sets the mode by which the Button automatically resizes itself. ARG(AutoSizeMode)|14|1|GrowAndShrink,GrowOnly @DialogResult=Sets a value that is returned to the parent form when the button is clicked. ARG(DialogResult)|14|0|None,OK,Cancel,Abort,Retry,Ignore,Yes,No [Methods] *doNotifyDefault=Notifies the Button whether it is the default button so that it can adjust its appearance accordingly. ARG(bool value)|1|0 *doPerformClick=Generates a Click event for a button. ARG()|1|0 onClick=Occurs when the control is clicked. ARG(Data)|2| *AutoSizeMode=Returns the mode by which the Button automatically resizes itself. ARG(AutoSizeMode)|3|0 *DialogResult=Returns a value that is returned to the parent form when the button is clicked. ARG(DialogResult)|3|0 *value=Defines the value indicating whether to show the appearance of the default button. ARG(bool)|4|104