Ignore:
Timestamp:
Sep 29, 2008, 1:02:27 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

Button.OnClickの仕組みを汎用的(WM_COMMAND全般)に。WndProcなどをProtectedへ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/ActiveBasic/Windows/UI/EditBox.ab

    r561 r637  
    88/*!
    99@brief エディトコントロールのクラス
    10 @date 2007/07/21
     10@date 2008/07/21
    1111@auther Egtra
    1212*/
    1313Class EditBox
    14     Inherits Control
     14    Inherits WmCommandControl
    1515Protected
    1616    Override Sub GetCreateStruct(ByRef cs As CREATESTRUCT)
     
    1919        End With
    2020    End Sub
     21Public
     22    Override Function RaiseCommandEvent(notificationCode As Word) As Boolean
     23        RaiseCommandEvent = False
     24    End Function
    2125
    2226    'ToDo: Lineなどを設ける
Note: See TracChangeset for help on using the changeset viewer.