'Declaration <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> <DescriptionAttribute("Gets or sets the default CSS layout for the ImGearThumbnailList control.")> <DefaultValueAttribute()> Public Property UseDefaultStyling As Boolean
'Usage Dim instance As ImGearThumbnailList Dim value As Boolean instance.UseDefaultStyling = value value = instance.UseDefaultStyling
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")] [DefaultValue()] public bool UseDefaultStyling {get; set;}
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")] [DefaultValue()] public: __property bool get_UseDefaultStyling(); public: __property void set_UseDefaultStyling( bool value );
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")] [DefaultValue()] public: property bool UseDefaultStyling { bool get(); void set ( bool value); }