| 
    | 
   ||
The following properties can be entered when creating a new inline control:
Control display name  | 
Name of the inline control used in the administration interface.  | 
Control name  | 
Name of the inline control used in code (commonly used is the name of the source user control file without the .ascx extension).  | 
Control file name  | 
Path to the user control (.ascx file) that implements the inline control in the file system. e.g. ~/CMSModules/BizForms/InlineControls/BizFormControl.ascx  | 
Parameter caption  | 
Caption used for the parameter field displayed when inserting the inline control.  | 
Description  | 
Short description of the inline control.  | 
Assign to website <name>  | 
Enable if you wish to automatically assign the inline control to the current site. Available only if the site is running.  | 
More resources can be found at:
•Developer's Guide -> Development -> Inline controls -> Overview
•Developer's Guide -> Development -> Inline controls -> How to develop inline controls