'Declaration Protected Overridable ReadOnly Property AmbientInsertImageIndex As Integer
'Usage Dim instance As RowSelector Dim value As Integer value = instance.AmbientInsertImageIndex
protected virtual int AmbientInsertImageIndex {get;}
'Declaration Protected Overridable ReadOnly Property AmbientInsertImageIndex As Integer
'Usage Dim instance As RowSelector Dim value As Integer value = instance.AmbientInsertImageIndex
protected virtual int AmbientInsertImageIndex {get;}
The ambient index is the index inherited from the RowSelectorPane in the case where the RowSelector's InsertImageIndex property is not explicitly set.
If the value of the IsInsertImageIndexAmbient property is true then both the AmbientInsertImageIndex and InsertImageIndex properties will return the same value.
If the RowSelector does not have an ambient parent (RowSelectorPane), then the value of the DefaultInsertImageIndex property will be returned.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2