|
|
Flat Button:

Category:
GUI
API:
SetCapture |
GetCapture |
ReleaseCapture |
WindowFromPoint |
GetCursorPos
Customizable flat button with MouseEnter (MouseOver) and MouseLeave (MouseOut)
events.

Events:
Event OnClick()
Event OnMouseEnter()
Event OnMouseLeave()
Event OnMouseDown()
Event OnMouseMove()
Event OnMouseUp()
Properties:
btnType As Integer:
Returns/sets the button's type
| 0- TextImage:
|
 |
| 1- ImageOnly: |
 |
| 2- TextOnly: |
 |
bgColor As Long:
Returns/sets the button's background color while mouse rolls out the button.
DownColor As Long:
Returns/sets the button's background color while the mouse button is down.
OverColor As Long:
Returns/sets the button's background color while the mouse rolls over the
button.
CaptionForeColor As Long:
Returns/sets the caption's foreground color.
BorderColor As Long:
Returns/sets the button's border color.
DownBorderColor As Long:
Returns/sets the button's border color while the mouse button is down.
Caption As String:
Returns/sets the button's caption text.
Icon As IPictureDisp:
Returns/sets the button's icon image.
|
|