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