System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
An extender provider is a component that provides properties to other components. For example, the control is an extender provider. When you add a control to a , all other controls on the form have a property added to their list of properties.
Any component that provides extender properties must implement . A visual designer can then call to determine which objects in a container should receive the extender properties.
For more information about extender providers, see How to: Implement an Extender Provider.
Defines the interface for extending properties to other components in a container.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
For more information on extender properties, see How to: Implement an Extender Provider.
Specifies whether this object can provide its extender properties to the specified object.
true if this object can provide extender properties to the specified object; otherwise, false.
The to receive the extender properties.