| Visual Basic (Declaration) | |
|---|---|
Public Property Process As Boolean | |
| C# | |
|---|---|
public bool Process {get; set;} | |
Property Value
BooleanAssigning a value of False to thise property in the event will tell the control to ignore the button click, allowing the developer to either cancel the input or replace it with their own.