[GB.FORM]

* NEW: The SliderBox is now in the same change group as Slider.


git-svn-id: svn://localhost/gambas/trunk@6630 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2014-11-11 01:49:15 +00:00
parent 9926507f8d
commit 3c6e96d0c4
2 changed files with 5 additions and 0 deletions

View file

@ -2147,6 +2147,10 @@ _DefaultSize
C
s
32,4
_Similar
C
s
Slider
:Change
:

View file

@ -6,6 +6,7 @@ Inherits UserControl
Public Const _Properties As String = "*,MinValue=0,MaxValue=100,Step=1,DefaultValue,Value"
Public Const _DefaultEvent As String = "Change"
Public Const _DefaultSize As String = "32,4"
Public Const _Similar As String = "Slider"
Event Change