ToolboxDataAttribute.IsDefaultAttribute Method

Definition

Tests whether the ToolboxDataAttribute object contains the default value for the Data property.

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

Returns

true, if the ToolboxDataAttribute contains the default value for the Data property; otherwise, false.

Remarks

The default is an empty string ("").

Applies to