On 09/06/2011 06:32 AM, Nils Andresen wrote: > 2011/9/6 Yoan Manuel Pérez Piñero<[email protected]>: >> Hi, which property or method can be used to disable a combobox.? > > Not sure, but isn't there a boolean "Active"-property? >
Try the Sensitive property. BTW when you don't find the answer in the GtkSharp docs, you may want to try the gtk+ docs [1] (I know the API is for the C language, but it usually translates very well to the C# one, especially easy to find thanks to CodeCompletion ;) ). [1] http://developer.gnome.org/gtk/stable/ _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
