2.3.3.3.12 CT_AccImage

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/forms

Referenced by: CT_Border, Image

Specifies an image element.

Attributes:

AggregateType : An Ignored Value.

ControlHeight : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the ControlHeight attribute.

ControlWidth : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the ControlWidth attribute.

HyperlinkAddress : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the HyperlinkAddress attribute.

HyperlinkComponents : An Ignored Value.

MinHeight : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the MinHeight attribute.

MinWidth : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) that specifies the MinWidth attribute.

Picture : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the Picture attribute.

PictureAlignment : An ST_AccPictureAlignment that specifies the PictureAlignment attribute.

PictureTiling : An ST_AccPictureTiling that specifies the PictureTiling attribute.

SizeMode : An ST_AccPictureSizeMode that specifies the SizeMode attribute.

Style : An ST_ReferenceType that specifies the Style attribute. The properties in this style MUST be applied to the tabs associated with the tab control’s pages.

TabIndex : An Ignored Value.

Tag : An Ignored Value.

ToolTip : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the Tooltip attribute.

Visibility : An ST_Visibility that specifies the Visibility attribute.

x:Name : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the Name attribute.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_AccImage">
   <xs:attributeGroup ref="ImageAttributes"/>
   <xs:attributeGroup ref="AccessControlAttributes"/>
 </xs:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).