PowerTools InputMan for ASP.NET 8.0J
StatusBar プロパティ (ListBox)

ステータスバーを表示するかどうかを取得または設定します。
構文
Public Property StatusBar As Boolean
public bool StatusBar {get; set;}

プロパティ値

リストボックスの最下部にステータスバーを表示するにはTrue、それ以外はFalse。既定値はFalseです。
解説
StatusBarプロパティは、マウスカーソルが項目の上にあるときに、その項目(GrapeCity.Web.Input.IMCombo.ComboItemオブジェクト)のGrapeCity.Web.Input.IMCombo.ComboItem.TooltipTextプロパティに割り当てられた文字列をステータスバーに表示するかどうかを設定します。

TooltipTextプロパティが空文字列 (""またはString.Empty) の場合は、DescriptionSubItemIndexプロパティに割り当てられたカラムの文字列がステータスバーに表示されます。
参照

ListBox クラス
ListBox メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.