C# Class Foxoft.Ci.CiPadGroup

Afficher le fichier Open project: epi/cito Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreatePadWriter ( string filename ) : TextWriter
SendMessage ( IntPtr wnd, uint msg, IntPtr wParam, int lParam ) : IntPtr
SetNarrowTabs ( TextBox text ) : void

Method Details

CiPadGroup() public méthode

public CiPadGroup ( CiPad form ) : System
form CiPad
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Load() public méthode

public Load ( CiProgram program ) : void
program CiProgram
Résultat void

Set() public méthode

public Set ( string name, string content, bool readOnly ) : void
name string
content string
readOnly bool
Résultat void

SetBounds() public méthode

public SetBounds ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
Résultat void