LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Activated Property (CustomToolStripSplitButton)

Show in webframe






Gets or sets a value that indicates if the split button is activated
Syntax
public bool Activated {get; set;}
'Declaration
 
Public Property Activated As Boolean
'Usage
 
Dim instance As CustomToolStripSplitButton
Dim value As Boolean
 
instance.Activated = value
 
value = instance.Activated

            

            
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 split button is activated; otherwise it is false.
Requirements

Target Platforms

See Also

Reference

CustomToolStripSplitButton Class
CustomToolStripSplitButton Members

 

 


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