C# 클래스 csExWB.DocHostShowUIShowMessageEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
caption string
handled bool
helpcontext uint
helpfile string
hwnd System.IntPtr
result int
text string
type uint

공개 메소드들

메소드 설명
DocHostShowUIShowMessageEventArgs ( ) : System
Reset ( ) : void
SetParameters ( IntPtr Hwnd, string Text, string Caption, uint Type, string HelpFile, uint HelpContext, int Result ) : void

메소드 상세

DocHostShowUIShowMessageEventArgs() 공개 메소드

public DocHostShowUIShowMessageEventArgs ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetParameters() 공개 메소드

public SetParameters ( IntPtr Hwnd, string Text, string Caption, uint Type, string HelpFile, uint HelpContext, int Result ) : void
Hwnd System.IntPtr
Text string
Caption string
Type uint
HelpFile string
HelpContext uint
Result int
리턴 void

프로퍼티 상세

caption 공개적으로 프로퍼티

public string caption
리턴 string

handled 공개적으로 프로퍼티

public bool handled
리턴 bool

helpcontext 공개적으로 프로퍼티

public uint helpcontext
리턴 uint

helpfile 공개적으로 프로퍼티

public string helpfile
리턴 string

hwnd 공개적으로 프로퍼티

public IntPtr,System hwnd
리턴 System.IntPtr

result 공개적으로 프로퍼티

public int result
리턴 int

text 공개적으로 프로퍼티

public string text
리턴 string

type 공개적으로 프로퍼티

public uint type
리턴 uint