Exemplo n.º 1
0
 /// <remarks>
 ///  KColorCollection copy constructor.
 /// </remarks>        <short>    KColorCollection copy constructor.</short>
 public KColorCollection(KColorCollection arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KColorCollection#", "KColorCollection(const KColorCollection&)", typeof(void), typeof(KColorCollection), arg1);
 }
Exemplo n.º 2
0
 /// <remarks>
 ///  Change whether the collection may be edited.
 /// <param> name="editable" the state of the collection
 /// </param></remarks>        <short>    Change whether the collection may be edited.</short>
 public void SetEditable(KColorCollection.Editable editable)
 {
     interceptor.Invoke("setEditable$", "setEditable(KColorCollection::Editable)", typeof(void), typeof(KColorCollection.Editable), editable);
 }