ExpContextMenuKeyEventArgs.Handled Property

Definition

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = expContextMenuKeyEventArgs.handled;
expContextMenuKeyEventArgs.handled = boolean;
Public Property Handled As Boolean

Property Value

Boolean

bool

Applies to