Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. problem with category attribute of properties

problem with category attribute of properties

Scheduled Pinned Locked Moved Visual Basic
help
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anujose
    wrote on last edited by
    #1

    i place the belove code in my component Imports System.ComponentModel _ Public Property buttonText() As String Get Return _Text End Get Set(ByVal Value As String) _Text = Value End Set End Property _ Public Property buttonTag() As String Get Return _Tag End Get Set(ByVal Value As String) _Tag = Value End Set End Property But it is not grouping the buttontag and button text property.Anything additionally i want to add

    O O D 3 Replies Last reply
    0
    • A anujose

      i place the belove code in my component Imports System.ComponentModel _ Public Property buttonText() As String Get Return _Text End Get Set(ByVal Value As String) _Text = Value End Set End Property _ Public Property buttonTag() As String Get Return _Tag End Get Set(ByVal Value As String) _Tag = Value End Set End Property But it is not grouping the buttontag and button text property.Anything additionally i want to add

      O Offline
      O Offline
      originSH
      wrote on last edited by
      #2

      http://msdn2.microsoft.com/en-us/library/system.componentmodel.categoryattribute.aspx[^]

      1 Reply Last reply
      0
      • A anujose

        i place the belove code in my component Imports System.ComponentModel _ Public Property buttonText() As String Get Return _Text End Get Set(ByVal Value As String) _Text = Value End Set End Property _ Public Property buttonTag() As String Get Return _Tag End Get Set(ByVal Value As String) _Tag = Value End Set End Property But it is not grouping the buttontag and button text property.Anything additionally i want to add

        O Offline
        O Offline
        olgoe
        wrote on last edited by
        #3

        Hi, if You want to group properties You can use the Category-Attribute --> e.g.: _ Public Property buttonText() As String Get Return _Text End Get Set(ByVal Value As String) _Text = Value End Set End Property

        1 Reply Last reply
        0
        • A anujose

          i place the belove code in my component Imports System.ComponentModel _ Public Property buttonText() As String Get Return _Text End Get Set(ByVal Value As String) _Text = Value End Set End Property _ Public Property buttonTag() As String Get Return _Tag End Get Set(ByVal Value As String) _Tag = Value End Set End Property But it is not grouping the buttontag and button text property.Anything additionally i want to add

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          If you're going to post code with < and > characters in it, make sure you check the box that says "Ignore HTML tags in this message (good for code snippets)" before you click the "Post Message" button.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups