FormWindowControl.hasChanged Method
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.
Overloads
hasChanged(Boolean) | |
hasChanged() |
Sets or returns a value that indicates whether the contents of the control have changed. |
hasChanged(Boolean)
public:
override bool hasChanged(bool _val);
public override bool hasChanged (bool _val);
override this.hasChanged : bool -> bool
Public Overrides Function hasChanged (_val As Boolean) As Boolean
Parameters
- _val
- Boolean
The value to assign as the hasChanged value for the control; optional.
Returns
Applies to
hasChanged()
Sets or returns a value that indicates whether the contents of the control have changed.
public:
override bool hasChanged();
public override bool hasChanged ();
override this.hasChanged : unit -> bool
Public Overrides Function hasChanged () As Boolean
Returns
true if the contents of the control have changed; otherwise, false.