'Declaration
<CategoryAttribute("ImgearThumbnailList Properties")>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")>
<BrowsableAttribute(True)>
Public Property IncludeAllPages As Boolean
'Usage
Dim instance As ImGearThumbnailList
Dim value As Boolean
instance.IncludeAllPages = value
value = instance.IncludeAllPages
[CategoryAttribute("ImgearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")]
[BrowsableAttribute(true)]
public bool IncludeAllPages {get; set;}
[CategoryAttribute("ImgearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")]
[BrowsableAttribute(true)]
public: __property bool get_IncludeAllPages();
public: __property void set_IncludeAllPages(
bool value
);
[CategoryAttribute("ImgearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")]
[BrowsableAttribute(true)]
public:
property bool IncludeAllPages {
bool get();
void set ( bool value);
}