OwnerDrawPropertyBag

OwnerDrawPropertyBag serializable, marshal by reference

System. Windows .Forms (system. windows .forms.dll) class

This class is for internal use only and should not be called from your own code.

 public class  OwnerDrawPropertyBag  : MarshalByRefObject : System.Runtime.Serialization.ISerializable {  // Public Instance Properties  public Color  BackColor  {set; get; }    public Font  Font  {set; get; }    public Color  ForeColor  {set; get; }  // Public Static Methods  public static OwnerDrawPropertyBag  Copy  (OwnerDrawPropertyBag  value  );  // Public Instance Methods  public virtual bool  IsEmpty  (); } 

Hierarchy

System.Object System.MarshalByRefObject OwnerDrawPropertyBag(System.Runtime.Serialization.ISerializable)

Returned By

TreeView.GetItemRenderStyles()



. 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