LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

FeatureId Property (WorkstationMenuProperties)

Show in webframe






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: __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

See Also

Reference

WorkstationMenuProperties Class
WorkstationMenuProperties Members

 

 


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