ComponentDocumentDesigner

ComponentDocumentDesigner disposable

System.Windows.Forms.Design (system.design.dll) class

This class is used to provide design-time behavior for a design document that contains one or more System.ComponentModel.Component instances. It provides a component tray extension in which the non-visual components can be rendered.

 public class  ComponentDocumentDesigner  :  System.ComponentModel.Design.ComponentDesigner : System.ComponentModel.Design.IRootDesigner, System.Drawing.Design.IToolboxUser, IOleDragClient, System.ComponentModel.Design.ITypeDescriptorFilterService {  // Public Constructors  public  ComponentDocumentDesigner  ();  // Public Instance Properties  public Control  Control  {get; }    public bool  TrayAutoArrange  {set; get; }    public bool  TrayLargeIcon  {set; get; }  // Public Instance Methods  public override void  Initialize  (  // overrides System.ComponentModel.Design.ComponentDesigner   // Protected Instance Methods   // overrides System.ComponentModel.Design.ComponentDesigner  protected virtual bool  GetToolSupported  (  // implements System.Drawing.Design.IToolboxUser  protected override void  PreFilterProperties  (  // overrides System.ComponentModel.Design.ComponentDesigner  } 

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesign, System.IDisposable , System.ComponentModel.Design.IDesignerFilter) ComponentDocumentDesigner(System.ComponentModel.Design.IRootDesign, System.Drawing.Design.IToolboxUser , IOleDragClient , System.ComponentModel.Design.ITypeDescriptorFilterService)



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net