C# 클래스 AODL.Document.Forms.Controls.ODFListBox

상속: ODFFormControl
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
FixOptionCollection ( ) : void
GetOptionByLabel ( string lbl ) : ODFOption

Looks for a specified option by its label

GetOptionByValue ( string val ) : ODFOption

Looks for a specified option by its value

ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System

Creates an ODFListBox

ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System

Creates an ODFListBox

ODFListBox ( ODFForm ParentForm, XmlNode node ) : System
RestoreOptionEvents ( ) : void
SuppressOptionEvents ( ) : void

보호된 메소드들

메소드 설명
CreateBasicNode ( ) : void

비공개 메소드들

메소드 설명
OptionCollection_Inserted ( int index, object value ) : void
OptionCollection_Removed ( int index, object value ) : void

메소드 상세

CreateBasicNode() 보호된 메소드

protected CreateBasicNode ( ) : void
리턴 void

FixOptionCollection() 공개 메소드

public FixOptionCollection ( ) : void
리턴 void

GetOptionByLabel() 공개 메소드

Looks for a specified option by its label
public GetOptionByLabel ( string lbl ) : ODFOption
lbl string Option label
리턴 ODFOption

GetOptionByValue() 공개 메소드

Looks for a specified option by its value
public GetOptionByValue ( string val ) : ODFOption
val string Option value
리턴 ODFOption

ODFListBox() 공개 메소드

Creates an ODFListBox
public ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ParentForm AODL.Document.Forms.ODFForm Parent form that the control belongs to
contentCollection ContentCollection Collection of content where the control will be referenced
id string Control ID. Please specify a unique ID!
리턴 System

ODFListBox() 공개 메소드

Creates an ODFListBox
public ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ParentForm AODL.Document.Forms.ODFForm Parent form that the control belongs to
contentCollection ContentCollection Collection of content where the control will be referenced
id string Control ID. Please specify a unique ID!
x string X coordinate of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
y string Y coordinate of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
width string Width of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
height string Height of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
리턴 System

ODFListBox() 공개 메소드

public ODFListBox ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
리턴 System

RestoreOptionEvents() 공개 메소드

public RestoreOptionEvents ( ) : void
리턴 void

SuppressOptionEvents() 공개 메소드

public SuppressOptionEvents ( ) : void
리턴 void