problem with category attribute of properties
-
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
-
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
-
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
-
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
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