INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Tab control notification (TCN) constants. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_TCN_CONSTANTS
feature -- Access

Tcn_keydown: INTEGER
-- Notifies a tab control's parent window that a key
-- has been pressed.

Tcn_selchange: INTEGER
-- Notifies a tab control's parent window that the
-- currently selected tab has changed.

Tcn_selchanging: INTEGER
-- Notifies a tab control's parent window that the
-- currently selected tab is about to change.
end -- class WEL_TCN_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES