Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - Events?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Events?

 Post Reply Post Reply
Author
Message
thodgson View Drop Down
Groupie
Groupie


Joined: 11 August 2003
Status: Offline
Points: 78
Post Options Post Options   Thanks (0) Thanks(0)   Quote thodgson Quote  Post ReplyReply Direct Link To This Post Topic: Events?
    Posted: 28 August 2004 at 7:07am
The documentation does not show support for any events.  Are there plans to have any events for the property grid, such as property item changed?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 30 August 2004 at 3:30am

See samples.

XTWM_PROPERTYGRID_NOTIFY +

const UINT XTP_PGN_SORTORDER_CHANGED  = 1; // The sort order has changed in the property grid.
const UINT XTP_PGN_SELECTION_CHANGED  = 2; // The selection has changed in the property grid.
const UINT XTP_PGN_ITEMVALUE_CHANGED  = 3; // The value has changed for pItem in the property grid.
const UINT XTP_PGN_EDIT_CHANGED      = 4; // The edit value has changed in the property grid.
const UINT XTP_PGN_INPLACEBUTTONDOWN = 5; // Item's inplace button (combo or expand) down.
const UINT XTP_PGN_DRAWITEM = 6;   // Item's draw event.
const UINT XTP_PGS_OWNERDRAW = 0x0010L;  // Apply this style to the property grid to use the owner draw feature.

const UINT XTP_PGN_ITEMEXPANDCHANGED = 7; // Item's inplace button (combo or expand) down.

const UINT XTP_PGN_DBLCLICK = 8;         &nbs p;  // Double click event.
const UINT XTP_PGN_RCLICK = 9;

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.