VCPropertySheet.IsDirty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
public:
property bool IsDirty { bool get(); };
public:
property bool IsDirty { bool get(); };
[System.Runtime.InteropServices.DispId(604)]
public bool IsDirty { [System.Runtime.InteropServices.DispId(604)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] get; }
[<System.Runtime.InteropServices.DispId(604)>]
[<get: System.Runtime.InteropServices.DispId(604)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean
Property Value
A Boolean value.
- Attributes