Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsPushed Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnButtonObject Class : IsPushed Property





Gets or sets the state of this AnnButtonObject object. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property IsPushed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnButtonObject
Dim value As Boolean
 
instance.IsPushed = value
 
value = instance.IsPushed
C# 
public bool IsPushed {get; set;}
C++/CLI 
public:
property bool IsPushed {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object IsPushed=bool .../>

Dependencies Property Information 

Identifier field

IsPushedProperty

Metadata properties set to true

AffectsMeasure, AffectsRender

XAML Attributes Usage 

<object IsPushed=bool .../>

Dependencies Property Information 

Identifier field

IsPushedProperty

Metadata properties set to true

AffectsMeasure, AffectsRender

Return 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: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

IsPushed requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.