Official Content

Warning: Since GeneXus 16, it is strongly recommended to create a User Control object instead of creating a Web User Control.

This document specifies the definition file (*.control) that defines general aspects of the User Control called Hello World, such as name, icon, resources. 

<?xml version="1.0"?>
<ControlDefinition xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance|http://www.w3.org/2001/XMLSchema-instance]" xmlns:xsd="[http://www.w3.org/2001/XMLSchema|http://www.w3.org/2001/XMLSchema]">
  <IncludeInControlInfo>false</IncludeInControlInfo>
  <SupportFiles />
  <RuntimeRender>HelloWorldRender.js</RuntimeRender>
  <HeightPropertyName>Height</HeightPropertyName>
  <WidthPropertyName>Widht</WidthPropertyName>
  <ResizeSupported>true</ResizeSupported>
  <ObjClass>HelloWorld</ObjClass>
  <Description>HelloWorld</Description>
  <Id>00000000-0000-0000-0000-000000000000</Id>
  <Name>HelloWorld</Name>
  <ShowMethod>show</ShowMethod>
  <ReferencedFiles />
  <Constructor>
    <Parameters />
    <Name>HelloWorld</Name>
  </Constructor>
  <PropertiesDefinition>HelloWorldProperties.xml</PropertiesDefinition>
  <DesignRender>HelloWorldRender.xsl</DesignRender>
  <ToolboxIcon>HelloWorldIcon.ico</ToolboxIcon>
</ControlDefinition>










Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant