Extension Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Base class for all Extensions.
Inheritance
System.Object
Extension
Syntax
public abstract class Extension
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. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()