LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Activated Property (ActivatedButton)

Show in webframe






Gets or sets a value that indicates whether a System.Windows.Forms.Button has been activated.
Syntax
bool Activated {get; set;}
'Declaration
 
Property Activated As Boolean
'Usage
 
Dim instance As ActivatedButton
Dim value As Boolean
 
instance.Activated = value
 
value = instance.Activated

            

            
__property bool get_Activated();
__property void set_Activated( 
   bool value
);
property bool Activated {
   bool get();
   void set (    bool value);
}

Property Value

true if the System.Windows.Forms.Button is activated; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

ActivatedButton Interface
ActivatedButton Members

 

 


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