System.Windows.Forms.ListView.IsInputCharInternal C# (CSharp) Méthode

IsInputCharInternal() private méthode

private IsInputCharInternal ( char charCode ) : bool
charCode char
Résultat bool
		internal override bool IsInputCharInternal (char charCode)
		{
			return true;
		}
		#endregion	// Internal Methods Properties
ListView