LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

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 bool Pushed {get; set;}
 get_Pushed();
set_Pushed(value);
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: 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

AnnButtonObject Class
AnnButtonObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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