C# Class Vestris.ResourceLib.DialogExTemplateControl

A container for the DIALOGTEMPLATEEX structure.
Inheritance: Vestris.ResourceLib.DialogTemplateControlBase
Show file Open project: dblock/resourcelib Class Usage Examples

Public Methods

Method Description
DialogExTemplateControl ( ) : System

An extended dialog control template structure.

ToString ( ) : string

Return a string representation of the dialog control.

Write ( BinaryWriter w ) : void

Write the dialog control to a binary stream.

Private Methods

Method Description
Read ( IntPtr lpRes ) : IntPtr

Read the dialog control.

Method Details

DialogExTemplateControl() public method

An extended dialog control template structure.
public DialogExTemplateControl ( ) : System
return System

ToString() public method

Return a string representation of the dialog control.
public ToString ( ) : string
return string

Write() public method

Write the dialog control to a binary stream.
public Write ( BinaryWriter w ) : void
w System.IO.BinaryWriter Binary stream.
return void