C# 클래스 SS.Ynote.Classic.UI.InputEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Caption string
InputValue string

공개 메소드들

메소드 설명
GetFormattedInput ( ) : string

Gets a formatted input seperated by :

InputEventArgs ( string val, string caption = null ) : System

Default Constructor

메소드 상세

GetFormattedInput() 공개 메소드

Gets a formatted input seperated by :
public GetFormattedInput ( ) : string
리턴 string

InputEventArgs() 공개 메소드

Default Constructor
public InputEventArgs ( string val, string caption = null ) : System
val string
caption string
리턴 System

프로퍼티 상세

Caption 공개적으로 프로퍼티

public string Caption
리턴 string

InputValue 공개적으로 프로퍼티

The vale of the Input
public string InputValue
리턴 string