C# Class csExWB.DocHostShowUIShowMessageEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
caption string
handled bool
helpcontext uint
helpfile string
hwnd System.IntPtr
result int
text string
type uint

Public Methods

Method Description
DocHostShowUIShowMessageEventArgs ( ) : System
Reset ( ) : void
SetParameters ( IntPtr Hwnd, string Text, string Caption, uint Type, string HelpFile, uint HelpContext, int Result ) : void

Method Details

DocHostShowUIShowMessageEventArgs() public method

public DocHostShowUIShowMessageEventArgs ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

SetParameters() public method

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
return void

Property Details

caption public_oe property

public string caption
return string

handled public_oe property

public bool handled
return bool

helpcontext public_oe property

public uint helpcontext
return uint

helpfile public_oe property

public string helpfile
return string

hwnd public_oe property

public IntPtr,System hwnd
return System.IntPtr

result public_oe property

public int result
return int

text public_oe property

public string text
return string

type public_oe property

public uint type
return uint