'Declaration <CategoryAttribute("ImGearThumbnailList Properties")> <DescriptionAttribute("gets or sets PageView control Id where the thumbnail image when selected will be displayed.")> <BrowsableAttribute(True)> <DefaultValueAttribute()> Public Property PageViewClientId As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.PageViewClientId = value value = instance.PageViewClientId
[Category("ImGearThumbnailList Properties")] [Description("gets or sets PageView control Id where the thumbnail image when selected will be displayed.")] [Browsable(true)] [DefaultValue()] public string PageViewClientId {get; set;}
[Category("ImGearThumbnailList Properties")] [Description("gets or sets PageView control Id where the thumbnail image when selected will be displayed.")] [Browsable(true)] [DefaultValue()] public: __property string* get_PageViewClientId(); public: __property void set_PageViewClientId( string* value );
[Category("ImGearThumbnailList Properties")] [Description("gets or sets PageView control Id where the thumbnail image when selected will be displayed.")] [Browsable(true)] [DefaultValue()] public: property String^ PageViewClientId { String^ get(); void set ( String^ value); }