Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Pushed Property






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)