Compartilhar via


INodeContainer.ShouldDisableSpecialKeysHandling Method

Definition

Where to suppress command routing for special keys (such Delete). For example when the underlying control is in "rename" mode.

public:
 bool ShouldDisableSpecialKeysHandling();
public:
 bool ShouldDisableSpecialKeysHandling();
bool ShouldDisableSpecialKeysHandling();
public bool ShouldDisableSpecialKeysHandling ();
abstract member ShouldDisableSpecialKeysHandling : unit -> bool
Public Function ShouldDisableSpecialKeysHandling () As Boolean

Returns

true to suppress the special key routing

Applies to