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