LEADTOOLS Annotations (Leadtools.Annotations assembly)

Pushed Property

Show in webframe





Gets or sets the state of this AnnButtonObject object.
Syntax
public virtual bool Pushed {get; set;}
'Declaration
 
Public Overridable Property Pushed As Boolean
'Usage
 
Dim instance As AnnButtonObject
Dim value As Boolean
 
instance.Pushed = value
 
value = instance.Pushed

            

            
public:
virtual property bool Pushed {
   bool get();
   void set (    bool value);
}

Property Value

true if this AnnButtonObject object is in the pushed state; false otherwise.
Example
For an example, refer to AnnButtonObject.
Requirements

Target Platforms

See Also

Reference

AnnButtonObject Class
AnnButtonObject Members

 

 


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