// Exposes subproperties to intellisense
using System.ComponentModel;
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public Literal MyLiteral
{
get { return myLiteral; }
set { myLiteral = value; }
}
// So that the following will show up in intellisense of control in front end:
MyLiteral-Text=""
A personal repository of technical notes. - CSC
.NET
(13)
ASP.NET
(17)
Blog Editing
(5)
Browser Extensions
(1)
C#
(11)
Cell Phone
(2)
Classic ASP
(1)
Code Sample
(18)
Cryptography
(1)
CSS
(3)
DOS Gaming
(1)
Excel
(2)
Firefox
(5)
Google
(1)
HTML
(1)
IIS
(3)
JavaScript
(3)
Networking
(2)
Outlook
(1)
SEO
(1)
SQL Server
(18)
Team Foundation Server
(4)
Terminal Services
(1)
Visual Studio
(20)
Windows Command Line
(9)
Windows Processes
(1)
Windows Tips
(15)
XML
(2)
Expose Custom Control Sub-Property to Intellisense
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment