The following table describes the different Runtime property flags available for generators:
Tag | Flag Type | File Name | Description |
---|---|---|---|
public string ImageLocationAsVir tualDir = ? http:// localhost/ MyApplication/ MyImageFolder; | ASP.NET flag | IspeView.cs | This flag allows you to display images located in a folder other than the images folder. To display these images, you must set this flag in the IspeView.cs glue file. You can set this flag to point to the virtual directory containing the images. By default, this flag is set to " ". Note: The virtual directory must not include the image name, so that other images placed in the virtual directory can also use the same virtual directory path. |
Me.CEFormRendere r.ShowStatusMessa ge = True; | VB.NET | MainFrame.vb | This flag allows you to enable or disable the INPUT REQUEST message displayed in the status line along with Error message window. By default, this flag is set to true, which means the message is displayed in status line and in the Error message window. You can set this flag to false if you do not want to display message/error in Error message window. |