RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..IsDesignMode Method

Determines whether [is design mode] [the specified dependency object].

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  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.

Return Value

true if [is design mode] [the specified dependency object]; otherwise, false.