oi10:presentation_server:childwindow_property_gui

CHILDWINDOW property (GUI)

Returns TRUE$ if the control is a "child window", i.e. it has the WS_CHILD style bit set.

This property is a Boolean value. If object is a child window this property returns TRUE$, otherwise it returns FALSE$.

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Only top-level forms (i.e. WINDOW objects that have the desktop as a “parent”) return FALSE$ for the property. All other objects will return TRUE$.

For more information on the WS_CHILD style please refer to the Window Styles documentation on the Microsoft website.

 
//// Get the current UTF8 mode//
   
   IsChild = Get_Property( CtrlEntID, "CHILDWINDOW" )
 
 
 

PARENT property, PARENTFRAME property, STYLE property

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