PropertyBrowserIsDefaultValue Method (Object, PropertyDescriptor, IDesignerHost) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Determines whether [is default value] [the specified instance].

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static bool IsDefaultValue(
	Object instance,
	PropertyDescriptor descriptor,
	IDesignerHost host
)

Parameters

instance
Type: SystemObject
The instance.
descriptor
Type: System.ComponentModelPropertyDescriptor
The descriptor.
host
Type: System.ComponentModel.DesignIDesignerHost
The host.

Return Value

Type: Boolean
true if [is default value] [the specified instance]; otherwise, false.
See Also

Reference