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