C# 클래스 InputBoxSample.InputBoxValidatingArgs

EventArgs used to Validate an InputBox
상속: System.EventArgs
파일 보기 프로젝트 열기: avspeed/iConf.NET-SDK-Demos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cancel bool
Message string
Text string

프로퍼티 상세

Cancel 공개적으로 프로퍼티

public bool Cancel
리턴 bool

Message 공개적으로 프로퍼티

public string Message
리턴 string

Text 공개적으로 프로퍼티

public string Text
리턴 string