PowerTools SPREAD for ASP.NET 8.0J
DocumentMode 列挙体

Spreadコントロールの内容がどのブラウザーモードでレンダリングされるかを決定します。
構文
'Declaration
 
Public Enum DocumentMode 
   Inherits System.Enum
public enum DocumentMode : System.Enum 
メンバ
メンバ説明
IE10Spreadの内容がInternet Explorer 10モードでレンダリングされることを示します。
IE11Spreadの内容がInternet Explorer 11モードでレンダリングされることを示します。
IE8Spreadの内容がInternet Explorer 8モードでレンダリングされることを示します。
IE9Spreadの内容がInternet Explorer 9モードでレンダリングされることを示します。
NotSetデフォルト値。Spreadコントロールの内容を適切にレンダリングできるように、ブラウザーで使用されているモードが自動的に検出されます。
次のサンプルコードは、DocumentMode列挙体を使用します。
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE10;
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE10
継承階層

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

参照

FarPoint.Web.Spread 名前空間

開発者の手引き

ブラウザのレンダリング

 

 


© 2003-2015, GrapeCity inc. All rights reserved.