LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

IsPushed Property

Show in webframe





Gets or sets the state of this AnnButtonObject object. This is a dependency property.
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:
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

See Also

Reference

AnnButtonObject Class
AnnButtonObject Members

 

 


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