ExtensionMethods..::..IsDesignMode Method
Determines whether [is design mode] [the specified dependency object].
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public static bool IsDesignMode( this DependencyObject dependencyObject )
<ExtensionAttribute> _ Public Shared Function IsDesignMode ( _ dependencyObject As DependencyObject _ ) As Boolean
[ExtensionAttribute] public: static bool^ IsDesignMode( DependencyObject^ dependencyObject )
Parameters
- dependencyObject
- Type: DependencyObject
The dependency object.