Gets or sets the state of this
AnnButtonObject object.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property Pushed As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnButtonObject
Dim value As Boolean
instance.Pushed = value
value = instance.Pushed
|
C# | |
---|
public virtual bool Pushed {get; set;} |
Return Value
true if this
AnnButtonObject object is in the pushed state; false otherwise.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also