Ignore:
Timestamp:
Aug 24, 2008, 5:28:59 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

サブクラス化機構(Control.Attach)の整備

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/ActiveBasic/Windows/UI/ApplicationEvent.sbp

    r559 r615  
    1313    End Sub
    1414Protected
    15     Static Sub OnThreadExit(e As Args)
     15    Static Function OnThreadExit(e As Args) As Boolean
    1616        If Not IsNothing(threadExit) Then
    1717            threadExit(This, e)
     18            Return True
    1819        End If
    19     End Sub
     20    End Function
    2021Private
    2122    Static threadExit As Handler
Note: See TracChangeset for help on using the changeset viewer.