Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > DesignToolStripDropDownButton Class : ItemProperties Property |
public WorkstationMenuProperties ItemProperties {get; set;}
'Declaration Public Property ItemProperties As WorkstationMenuProperties
'Usage Dim instance As DesignToolStripDropDownButton Dim value As WorkstationMenuProperties instance.ItemProperties = value value = instance.ItemProperties
public: __property WorkstationMenuProperties* get_ItemProperties(); public: __property void set_ItemProperties( WorkstationMenuProperties* value );
public: property WorkstationMenuProperties^ ItemProperties { WorkstationMenuProperties^ get(); void set ( WorkstationMenuProperties^ value); }