Share via


P.control Field

Definition

Represents the p:control XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: controls.
  • has the following child XML elements: extLst, pic.
  • has the following XML attributes: imgH, imgW, name, id, showAsIcon, spid.
  • corresponds to the following strongly-typed classes: Control.

Applies to