Share via


SecureEditableText.AllowCharacter Method

Applies a character filter.

Syntax

  public bool AllowCharacter(
  char  
  ch
);

Parameters

ch

System.Char.  The character to filter.

Return Value

System.Booleantrue if the character is allowed; otherwise, false.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows 7

See Also