Defines an entry in a toolbar.
            
The object behind this interface could be any type of UI Component: buttons, separators, etc.
Declaration Syntax
public interface IEntry
Table 1832:  Members
| 
                 Property 
               | 
                Caption
               | 
                 
            Gets the caption of the entry.
             
               | 
| 
                 Property 
               | 
                Checked
               | 
                 
            Gets or sets the checked flag.
             
               | 
| 
                 Property 
               | 
                Enabled
               | 
                 
            Gets or sets the enabled flag.
             
               | 
| 
                 Property 
               | 
                Entries
               | 
                 
            Gets the list of child entries.
             
               | 
| 
                 Property 
               | 
                EntryType
               | 
                 
            Gets the type of the entry.
             
               | 
| 
                 Property 
               | 
                Visible
               | 
                 
            Gets or sets the visibility of the entry.
             
               |