C# 클래스 Vestris.ResourceLib.DialogExTemplateControl

A container for the DIALOGTEMPLATEEX structure.
상속: Vestris.ResourceLib.DialogTemplateControlBase
파일 보기 프로젝트 열기: dblock/resourcelib 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Read ( IntPtr lpRes ) : IntPtr

Read the dialog control.

메소드 상세

DialogExTemplateControl() 공개 메소드

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

ToString() 공개 메소드

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

Write() 공개 메소드

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