Print Page | Close Window

Events?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Property Grid
Forum Description: Topics Related to Codejock Property Grid
URL: http://forum.codejock.com/forum_posts.asp?TID=1113
Printed Date: 09 May 2024 at 10:41pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Events?
Posted By: thodgson
Subject: Events?
Date 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?



Replies:
Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net