ImageGear .NET - Updated October 26, 2017
PageAppend Method (ImGearThumbnailCtl)




ImageGear23.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : PageAppend Method
ImageGear.Core.ImGearPage object to be appended.
Title for new item.
Appends ImageGear.Core.ImGearPage object to the Thumbnail control.
Syntax
'Declaration
 
<DescriptionAttribute()>
Public Sub PageAppend( _
   ByVal pageToAppend As ImGearPage, _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim pageToAppend As ImGearPage
Dim name As String
 
instance.PageAppend(pageToAppend, name)

Parameters

pageToAppend
ImageGear.Core.ImGearPage object to be appended.
name
Title for new item.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
ImGearPage Class