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