GrapeCity CalendarGrid for Windows Forms 3.0J
SignState 列挙体

符号のタイプを表します。
シンタックス
Public Enum SignState 
   Inherits System.Enum
public enum SignState : System.Enum 
メンバ
メンバ解説
Negative値が負であることを表します(たとえば、value = -0)。
None符号がないことを表します(たとえば、value == null 参照 (Visual Basicでは Nothing))。
Positive値が正であることを表します(たとえば、value = +0)。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.CalendarGrid.Editors.SignState

参照

参照

GrapeCity.Win.CalendarGrid.Editors 名前空間

 

 


c 2008 GrapeCity inc. All rights reserved.