ListGallery.Modified Property 

True if the specified list template is not the built-in list template for that position in the list gallery.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim listGallery1 As ListGallery

Dim key As Integer
Dim returnValue As Boolean
returnValue = listGallery1.Modified(key)

Syntax

ReadOnly Property Modified( _
    <InAttribute()> ByVal Index As Integer _
) As Boolean
bool this[
    [In] int Index
] {get;}
property Boolean Modified{
    Boolean get();
}
public boolean get_Item(
    /*in*/int Index
);
In JScript, you can use Indexed Properties defined by a class, but you cannot define your own.

Parameters

  • Index
    Required Integer. A number from 1 to 7 that corresponds to the position of the template in the Bullets and Numbering dialog box (Format menu). Excluding the None option, the templates are numbered from left to right, starting with the top row.

Remarks

Use the Reset method to set a list template in a list gallery back to the built-in list template.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

ListGallery Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ListGallery Members