C# 클래스 Foxoft.Ci.CiPadGroup

파일 보기 프로젝트 열기: epi/cito 1 사용 예제들

공개 메소드들

메소드 설명
CiPadGroup ( CiPad form ) : System
Clear ( ) : void
Load ( CiProgram program ) : void
Set ( string name, string content, bool readOnly ) : void
SetBounds ( int x, int y, int w, int h ) : void

비공개 메소드들

메소드 설명
CreatePadWriter ( string filename ) : TextWriter
SendMessage ( IntPtr wnd, uint msg, IntPtr wParam, int lParam ) : IntPtr
SetNarrowTabs ( TextBox text ) : void

메소드 상세

CiPadGroup() 공개 메소드

public CiPadGroup ( CiPad form ) : System
form CiPad
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Load() 공개 메소드

public Load ( CiProgram program ) : void
program CiProgram
리턴 void

Set() 공개 메소드

public Set ( string name, string content, bool readOnly ) : void
name string
content string
readOnly bool
리턴 void

SetBounds() 공개 메소드

public SetBounds ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
리턴 void