MESCIUS SPREAD for ASP.NET 10.0J
SpreadImages 列挙体

コンポーネントに含まれるカスタム画像の識別子を表します。
構文
'Declaration
 
Public Enum SpreadImages 
   Inherits System.Enum
public enum SpreadImages : System.Enum 
メンバ
メンバ説明
Collapseコンポーネントの階層表示で縮小アイコンとして使用するイメージの識別子を指定します。
Expandコンポーネントの階層表示で展開アイコンとして使用するイメージの識別子を指定します。
FilterBarEditingIndicatorフィルタを編集するときのフィルタバーインジケーターの画像を指定します。
FilteredDropDownIndicatorフィルタリングされているときのドロップダウンインジケーターの画像を指定します。
FilteredSortAscendingDropDownIndicatorフィルタリングされているときのドロップダウンインジケーターの画像を指定します。
FilteredSortDescendingDropDownIndicatorフィルタリングされているときのドロップダウンインジケーターの画像を指定します。
FrozenIndicator固定インジケーターの画像の識別子を指定します。
SortAscendingコンポーネントのソート インジケータ(昇順)として使用するイメージの識別子を指定します。
SortDescendingコンポーネントのソート インジケータ(降順)として使用するイメージの識別子を指定します。
UnfilteredDropDownIndicatorフィルタリングされていないときのドロップダウンインジケーターの画像を指定します。
次のサンプルコードは、SpreadImages列挙体を使用します。
FpSpread1.ActiveSheetView.AutoFilterMode = FarPoint.Web.Spread.AutoFilterMode.FilterBar;
FpSpread1.SetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator, "http://www.componentone.com/newimages/Products/Icons/wijmo_icon_16x16.png");
//string s;
//s = FpSpread1.GetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator);
//Response.Write(s);
FpSpread1.ActiveSheetView.AutoFilterMode = FarPoint.Web.Spread.AutoFilterMode.FilterBar
FpSpread1.SetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator, "http://www.componentone.com/newimages/Products/Icons/wijmo_icon_16x16.png")
'Dim s As String
's = FpSpread1.GetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator)
'Response.Write(s)
継承階層

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.SpreadImages

参照

FarPoint.Web.Spread 名前空間

 

 


© MESCIUS inc. All rights reserved.