LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ApplyOnFlags Property

Show in webframe






Gets or sets the ApplyActionFlags value that tells the command on what the action should be applied.
Syntax
public ApplyActionFlags ApplyOnFlags {get; set;}
'Declaration
 
Public Property ApplyOnFlags As ApplyActionFlags
'Usage
 
Dim instance As ApplyActionCommand
Dim value As ApplyActionFlags
 
instance.ApplyOnFlags = value
 
value = instance.ApplyOnFlags

            

            
public: __property ApplyActionFlags get_ApplyOnFlags();
public: __property void set_ApplyOnFlags( 
   ApplyActionFlags value
);
public:
property ApplyActionFlags ApplyOnFlags {
   ApplyActionFlags get();
   void set (    ApplyActionFlags value);
}

Property Value

An ApplyActionFlags value that tells the command on what the action should be applied.
Requirements

Target Platforms

See Also

Reference

ApplyActionCommand Class
ApplyActionCommand Members

 

 


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