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/FormEvent.sbp

    r551 r615  
    1313    End Sub
    1414Protected
    15     Sub OnQueryClose(e As FormClosingArgs)
     15    Function OnQueryClose(e As FormClosingArgs) As Boolean
    1616        If Not IsNothing(queryClose) Then
    1717            queryClose(This, e)
     18            Return True
    1819        End If
    19     End Sub
     20    End Function
    2021Private
    2122    queryClose As FormClosingHandler
Note: See TracChangeset for help on using the changeset viewer.