附錄附錄\Appendix Web端元件\WebListBoxList

WebListBoxList

 

【功能說明】

用途:使用於 Web 網頁中,此的主要功能是專門用於資料復選。

 

【元件屬性】

ID( 名稱 ) (string)

元件名稱,用於識別該元件。

 

UseButtonImage ( 使用按鈕圖片 )( bool)

表明是否在内置按鈕上使用圖片,預設為 true,代表使用圖片;否則不使用。

 

ButtonCaption ( 按鈕 標題 ) (string)

當按鈕不使用圖片時,在内置按鈕上顯示標題

 

Caption( 開啓畫面 標題 )(string)

用開設定 ListBoxList 點開畫面的標題。

 

DataSourceID ( 資料源 ) (string)

Web ListBox List 中資料表的資料源代號,就是指WebDataSource

 

DataTextField ( 顯示欄位 )(string)

用來設定要使用那一個欄位來顯示此WebListBoxList ,如可以設定 ProductName WebDropDownList 顯示是以產品品名的欄位來顯示。

 

DataValueField ( 內容值欄位 ) (string)

用來設定要使用那一個欄位來表示其關聯的內容值,用在輸入資料時使用,如可以設定 ProductID ,做為產品輸入時輸入時的內容值。

 

AutoPostBack ( 自動送回 )( bool)

當此WebListBoxList 的資料有變動時,是否要回到 Server 進行 PostBack 的動作。

 

ListStyle ( 列表風格 )( enum)

共有 ListBox CheckBox 种選 擇。預設為 ListBox,表示開窗顯示畫面使用 ListBox 列出資料; CheckBox 表面 開窗顯示畫面使用 Check Box 列出資料。

 

CheckBoxColumns ( CheckBox )( int)

表明當以CheckBox 顯示時,決定 CheckBox 左右列數,此屬性應與 ListStyle 配合使用。

 

Separator( 分割 )(char)

表明復選情況下,資料見得分割符號,這裡預設為 ’,’

 

OpenHeight ( 頁面高度 )( int)

Web ListBoxList 打開時,頁面高度大小。

 

OpenWidth ( 頁面寬度 )( int)

Web ListBoxList 打開時,頁面寬度大小。

 

OpenLeft ( 頁面左邊位置 )( int)

Web ListBoxList 打開時,頁面左邊位置。

 

OpenTop ( 頁面上面位置 )( int)

Web ListBoxList 打開時,頁面上面位置。

 

ListBoxQuery ( ListBox 查詢 )( bool)

用於設定當 Style ListBox , 系統會自動出現查詢的欄位與按鈕讓 User 來查詢資料。

 

【功能函數】

GetDataText ()

此方法用 來取出 DataTextField 的所有複選 內容。

 

 

 

Top of Page