Title

Previous Next

 

The text displayed in the window bar of a dialog.

 

Example

<example xmlns:pc="Processing.Command" xmlns:valuedialog="Dialog.Result" xmlns:assign="Processing.Command.Assign" pc:hideme="true">
  <pc:Dialog>
    <Form w="700" h="200">
       <Title>This is a title.</Title>
       <Label dx="10" dy="20">This is a dialog.</Label>      
       <Button dx="10" dy="20" newline="true"><Result>OK</Result>OK</Button>
    </Form>
  </pc:Dialog>
</example>

 

See also

pc:Dialog