EditorAttribute for Style Editor

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default EditorAttribute for Style Editor

    I am building a Custom Placeholder control for MCMS 2002
    which gives a translucent background to the control. I
    want to add a "Style" property and use the standard style
    editor which is available in numerous other server
    controls.

    What is the editor used for the style collection? I tried
    System.ComponentModel.Design.CollectionEditor but, of
    course, that isn't it. I have searched the internet and
    MSDN in vain for two days. Lots of info on building
    custom editors but nothing to point me to the existing
    style editor.

    Any help is appreciated.

    Tim Pacl Guest

  2. Similar Questions and Discussions

    1. Disabling TopStle Style Editor
      I hate that every time I click on "browse" and ".css" this editor launches a new window even if it's the same file. How do I disable it all...
    2. Character style has a little + after style
      Sometimes when I try to change some copy to a particular character style, the font won't fully change. Instead I get a small + after the style. How...
    3. Need help with Style conversion from Style object to Style key/value collection.
      I am writing a custom control that derives from the DataGrid control. I would like to apply SelectedItemStyles and ItemStyles for use in my derived...
    4. Invoking another Editor (UrlEditor) from an Editor (CollectionEditor)
      Hi, Any pointers how I can invoke the UrlEditor from a custom CollectionEditor? I have a collection property that represents a list of...
    5. Number format German style => English style when importing CSV files into MySQL-DB
      Hi there, I'm trying to import a csv file into my MySQL database. Unfortunately the number format for the price column is formatted in German...
  3. #2

    Default Re: EditorAttribute for Style Editor

    Hi Tim,

    Do you mean the editing of the Style property available for
    HtmlControl-derived controls (not for WebControls)? If so, thats not part of
    the .NET fx, its part of VS.NET.

    --
    Victor Garcia Aprea
    Microsoft MVP | ASP.NET
    Looking for insights on ASP.NET? Read my blog:
    [url]http://obies.com/vga/blog.aspx[/url]
    To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
    and not by private mail.

    "Tim Pacl" <timothy_pacl@dell.com> wrote in message
    news:08f801c347ad$5e35bc00$a401280a@phx.gbl...
    > I am building a Custom Placeholder control for MCMS 2002
    > which gives a translucent background to the control. I
    > want to add a "Style" property and use the standard style
    > editor which is available in numerous other server
    > controls.
    >
    > What is the editor used for the style collection? I tried
    > System.ComponentModel.Design.CollectionEditor but, of
    > course, that isn't it. I have searched the internet and
    > MSDN in vain for two days. Lots of info on building
    > custom editors but nothing to point me to the existing
    > style editor.
    >
    > Any help is appreciated.
    >

    Victor Garcia Aprea [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139