Share via


WinFormsUIElementBase.IsDirty property

Gets a value that indicates whether the external data part is dirty.

Namespace:  Microsoft.Office.BusinessApplications.Runtime.UI
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)

Syntax

'Declaration
Public ReadOnly Property IsDirty As Boolean
    Get
'Usage
Dim instance As WinFormsUIElementBase
Dim value As Boolean

value = instance.IsDirty
public bool IsDirty { get; }

Property value

Type: System.Boolean
true if the external data part is dirty; otherwise, false.

See also

Reference

WinFormsUIElementBase class

WinFormsUIElementBase members

Microsoft.Office.BusinessApplications.Runtime.UI namespace