Re: Get the ExternaProvider Control Refrence in the UITypeEditor
- From: Roger Stewart <rstewart27104@xxxxxxxxx>
- Date: Thu, 27 Sep 2007 13:52:46 -0000
public override object EditValue(ITypeDescriptorContext
context, IServiceProvider provider, object value)
{
if(context == null || context.Instance == null || provider
== null)
return value;
....
MyControl ctrl = context.Instance as MyControl;
if(ctrl == null) return null;
....
}
.
- Follow-Ups:
- Re: Get the ExternaProvider Control Refrence in the UITypeEditor
- From: Ahmed Hashish
- Re: Get the ExternaProvider Control Refrence in the UITypeEditor
- From: Ahmed Hashish
- Re: Get the ExternaProvider Control Refrence in the UITypeEditor
- Prev by Date: Re: Trap a build start event from designer
- Next by Date: question about copy/paste/cut in designer
- Previous by thread: Re: Resize controls with window resize
- Next by thread: Re: Get the ExternaProvider Control Refrence in the UITypeEditor
- Index(es):
Relevant Pages
|
Loading