Share via


NoNamespace.showAsIcon Field

Definition

Represents the showAsIcon XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: control, oleObj.
  • corresponds to the following strongly-typed properties: Control.ShowAsIcon, OleObject.ShowAsIcon.

Applies to