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