Visual Basic (Declaration) | |
---|---|
Public Property IsPushed As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsPushed {get; set;} |
XAML Attributes Usage | |
---|---|
<object IsPushed=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Attributes Usage | |
---|---|
<object IsPushed=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
Return Value
true if this AnnButtonObject object is in the pushed state; false otherwise.For XAML example, refer to AnnButtonObject.
For C#/VB examples, refer to AnnButtonObject.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family