FarPoint.Win
Cancel Property
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace > DropDownEventArgs Class : Cancel Property


Gets or sets whether to cancel the DropDown event and action.

Syntax

Visual Basic (Declaration) 
Public Property Cancel As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DropDownEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
C# 
public bool Cancel {get; set;}

Return Value

Boolean value: true if cancelled; false otherwise

See Also