Class Extension
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Base class for all Extensions.
public abstract class Extension
- Inheritance
-
Extension
- Derived
Remarks
The class design in the ICSharpCode.WpfDesign.Extensions namespace was made to match that of Cider as described in the blog posts: http://blogs.msdn.com/jnak/archive/2006/04/24/580393.aspx http://blogs.msdn.com/jnak/archive/2006/08/04/687166.aspx
Fields
- DisabledExtensionsProperty
Gets or sets a semicolon-separated list with extension names that is disabled for a component's view.
Methods
- GetDisabledExtensions(DependencyObject)
Gets the value of the DisabledExtensionsProperty attached property for an object.
- SetDisabledExtensions(DependencyObject, string)
Sets the value of the DisabledExtensionsProperty attached property for an object.