LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

NonExecutableFeatureBehavior Property

Show in webframe






Gets or sets a value which tells the Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter how the System.Windows.Forms.ToolStripMenuItem will be displayed when the feature it's registered with can't be executed.
Syntax
public virtual MenuDisplayBehavior NonExecutableFeatureBehavior {get; set;}
'Declaration
 
Public Overridable Property NonExecutableFeatureBehavior As MenuDisplayBehavior
'Usage
 
Dim instance As WorkstationMenuProperties
Dim value As MenuDisplayBehavior
 
instance.NonExecutableFeatureBehavior = value
 
value = instance.NonExecutableFeatureBehavior

            

            
public: __property virtual MenuDisplayBehavior get_NonExecutableFeatureBehavior();
public: __property virtual void set_NonExecutableFeatureBehavior( 
   MenuDisplayBehavior value
);
public:
virtual property MenuDisplayBehavior NonExecutableFeatureBehavior {
   MenuDisplayBehavior get();
   void set (    MenuDisplayBehavior value);
}

Property Value

A MenuDisplayBehavior value which tells the Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter how the System.Windows.Forms.ToolStripMenuItem will be displayed when the feature it's registered with can't be executed.
Requirements

Target Platforms

See Also

Reference

WorkstationMenuProperties Class
WorkstationMenuProperties Members

 

 


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