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.