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

Activated Property (CustomToolStripButton)







Gets or sets a value that indicates whether the CustomToolStripButton is activated.
Syntax
public bool Activated {get; set;}
'Declaration
 
Public Property Activated As Boolean
'Usage
 
Dim instance As CustomToolStripButton
Dim value As Boolean
 
instance.Activated = value
 
value = instance.Activated
public bool Activated {get; set;}
 get_Activated();
set_Activated(value);
public: __property bool get_Activated();
public: __property void set_Activated( 
   bool value
);
public:
property bool Activated {
   bool get();
   void set (    bool value);
}

Property Value

true if the CustomToolStripButton is activated; otherwise, it is false.
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

CustomToolStripButton Class
CustomToolStripButton Members

 

 


Products | Support | Contact Us | Copyright Notices

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