LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AssociatedItems Property

Show in webframe






Gets a list of all the System.Windows.Forms.ToolStripItem objects that are using this WorkstationMenuProperties object.
Syntax
public IList<ToolStripItem> AssociatedItems {get;}
'Declaration
 
Public ReadOnly Property AssociatedItems As IList(Of ToolStripItem)
'Usage
 
Dim instance As WorkstationMenuProperties
Dim value As IList(Of ToolStripItem)
 
value = instance.AssociatedItems

            

            
public: __property IList<ToolStripItem*>* get_AssociatedItems();
public:
property IList<ToolStripItem*>* AssociatedItems {
   IList<ToolStripItem*>* get();
}

Property Value

An IList of all the System.Windows.Forms.ToolStripItem objects that are using this WorkstationMenuProperties object.
Requirements

Target Platforms

See Also

Reference

WorkstationMenuProperties Class
WorkstationMenuProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.