ListGallery.Modified[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the specified list template is not the built-in list template for that position in the list gallery.
public:
property bool Modified[int] { bool get(int Index); };
public bool Modified[int Index] { get; }
member this.Modified(int) : bool
Public ReadOnly Property Modified(Index As Integer) As Boolean
Parameters
- Index
- Int32
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.
Property Value
Remarks
Use the Reset(Int32) method to set a list template in a list gallery back to the built-in list template.