IControlDesignerTag.SetDirty(Boolean) Method

Definition

Sets the IsDirty property of the tag.

public:
 void SetDirty(bool dirty);
public void SetDirty (bool dirty);
abstract member SetDirty : bool -> unit
Public Sub SetDirty (dirty As Boolean)

Parameters

dirty
Boolean

The value for the IsDirty property.

Applies to

See also