LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

FeatureId Property (WorkstationMenuProperties)







Gets or sets the feature ID that is assigned to the System.Windows.Forms.ToolStripItem.
Syntax
public string FeatureId {get; set;}
'Declaration
 
Public Property FeatureId As String
'Usage
 
Dim instance As WorkstationMenuProperties
Dim value As String
 
instance.FeatureId = value
 
value = instance.FeatureId
public string FeatureId {get; set;}
 get_FeatureId();
set_FeatureId(value);
public: __property string* get_FeatureId();
public: __property void set_FeatureId( 
   string* value
);
public:
property string* FeatureId {
   string* get();
   void set (    string* value);
}

Property Value

The feature ID that is assigned to the System.Windows.Forms.ToolStripItem.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationMenuProperties Class
WorkstationMenuProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.