picbutton
Button properties, methods and events Generic properties, methods and events
![]() |
SetDataBind(objObj) | Sets the DataBind property to the specified bind object |
![]() |
SetDataField(iStart, sPackFormat$) | Sets the datafield property to the specified numeric field information |
![]() |
SetDataField(sFldName$) | Sets the datafield property to the specified FLD |
![]() |
AutoGray | Grays the image on a disabled button |
![]() |
Border | Adds a 3D border to the button |
![]() |
DataBind | Binds the control to a table object |
![]() |
DataField | Specifies the column name that is to be bound to the control |
![]() |
DataField$ | Specifies the column name that is to be bound to the control |
![]() |
DataSource | Specifies that variable name that is bound to a database table |
![]() |
Default | Used to specify if the button is to be the forms default button |
![]() |
DragKey | Returns the drag key and mouse button state |
![]() |
DragSourceControl | Identifies the source control of a drag operation |
![]() |
DragSourceItem | Identifies the source control component of a drag operation |
![]() |
DragTargetControl | Identifies the target control of a drag operation |
![]() |
DragTargetItem | Identifies the target control component of a drag operation |
![]() |
DropColor | Specifies the color that is to be used by the buttons border section |
![]() |
DropFileList$ | List of files dropped onto control (with HEX(0D) separators) |
![]() |
GroupThousands | Specifies that numeric types will be displayed with digits grouped into thousands |
![]() |
Key | Specifies the accelerator key for the button |
![]() |
Label$ | Label for the control |
![]() |
MouseX | Returns the current mouse position within a Click() event |
![]() |
MouseY | Returns the current mouse position within a Click() event |
![]() |
MultiLine | Wraps the text to multiple lines if the string is too long to fit on a single line |
![]() |
NoBorder | Adds or removes the border from a picture button |
![]() |
NoFill | Determines if the picture background is to be filled |
![]() |
NoFocusRect | Enables or disables the buttons focus rectangle |
![]() |
NoForceValidate | Prevent sending any Validate event when the button is clicked |
![]() |
Picture | Specifies the filename of the picture |
![]() |
PictureAlignment | Specifies the picture alignment |
![]() |
PictureX | Returns the x pixel position within the picture of the mouse position of a Click() event, or -1 if there is no picture or the click is outside of the picture. |
![]() |
PictureY | Returns the y pixel position within the picture of the mouse position of a Click() event, or -1 if there is no picture or the click is outside of the picture. |
![]() |
ShadowColor | Specifies the buttons shadow color |
![]() |
TextAlignment | Specifies the alignment of the text on button |
![]() |
Thickness | Specifies the border thickness |
![]() |
Transparent | Makes the controls background transparent |
![]() |
TransparentBitmap | Specifies the transparent color |
![]() |
Type$ | Specifies the format that the user will use to enter information |
![]() |
Click() Event | Called when the button is clicked |
![]() |
Drop() Event | Drag drop event |
![]() |
DropFile() Event | Called when files are dragged on to the form |
![]() |
RightClick() Event | Called when the button is right-clicked |