LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

IsPushed Property






Gets or sets the state of this AnnButtonObject object. This is a dependency property. .NET support
Syntax
public bool IsPushed {get; set;}
'Declaration
 
Public Property IsPushed As Boolean
'Usage
 
Dim instance As AnnButtonObject
Dim value As Boolean
 
instance.IsPushed = value
 
value = instance.IsPushed
public bool IsPushed {get; set;}
 get_IsPushed();
set_IsPushed(value);
public:
property bool IsPushed {
   bool get();
   void set (    bool value);
}

Property Value

true if this AnnButtonObject object is in the pushed state; false otherwise.
Example

For XAML example, refer to AnnButtonObject.

For C#/VB examples, 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.