oi10:presentation_server:editorhandle_property_propertygrid

EDITORHANDLE property (PropertyGrid)

Returns the window handle (HWND) of the editor control used to modify item values in the Property Grid.

The EDITORHANDLE property is a Windows window handle (HWND).

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

This property returns 0 when no item editor is present, e.g. for PS_PGIT_STATIC$ type items.

The EDITORHANDLE is not guaranteed to be the same for the lifetime of the Property Grid control, therefore it should not be cached.

 
$Insert PS_Property_Grid_Equates

   $Insert Logical

   

   CtrlEntID = @Window : ".PRG_MAIN"

   

   If Get_Property( CtrlEntID, "EDITORHANDLE" ) Then

      // A property is being edited

      Call Exec_Method( CtrlEntID, "SELECTALL" )

   End
 
 
 

SELECTALL method

  • oi10/presentation_server/editorhandle_property_propertygrid.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1