Bryan Phillips wrote:
> There is no attribute that does this to my knowledge, but that should
> not stop you from creating your own.
>
> --
> Bryan Phillips
> MCSD, MCDBA, MCSE
> Blog:
http://bphillips76.spaces.live.com > Web Site:
http://www.composablesystems.net >
>
>
> "Charles Bazi" <cbazi@noos.fr> wrote in message
> news:eyHfeUegHHA.3796@TK2MSFTNGP02.phx.gbl:
>
>> Hi,
>>
>> I'm currently using System.ComponentModel.DisplayName and
>> System.ComponentModel.Description in my class' properties...
>>
>> Is it possible to specifie a FormatType ? I use DataBinding in WinForms,
>> and I would like the controls 'auto-format'automatically without having
>> to set each advanced biding properties for each control...
>>
>> Thank you...