Share via


NoNamespace.getPressed Field

Definition

Represents the getPressed XML attributes.

public static readonly System.Xml.Linq.XName getPressed;
 staticval mutable getPressed : System.Xml.Linq.XName
Public Shared ReadOnly getPressed As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: checkBox, toggleButton, checkBox, toggleButton.
  • corresponds to the following strongly-typed properties: BackstageCheckBox.GetPressed, BackstageMenuCheckBox.GetPressed, BackstageMenuToggleButton.GetPressed, CheckBox.GetPressed, ToggleButton.GetPressed, ToggleButtonRegular.GetPressed, UnsizedToggleButton.GetPressed, VisibleToggleButton.GetPressed.

Applies to