System.Windows.Forms.ListView.IsInputCharInternal C# (CSharp) 메소드

IsInputCharInternal() 개인적인 메소드

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