ToggleButton = Label?

Kimmowich

Member
Licensed User
Longtime User
Hello all

Small problem here.

dim Tb as ToggleButton

sub this(v as view)
if v is label then
...
else if v is ToggleButton then
...
end if
end sub

The problem is.. when i call this(Tb) it will show as a Label.

Is this meant to be?

thanks

Kim
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…