PowerTools CalendarGrid for Windows Forms 1.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 名前空間

 

 


© 2014 GrapeCity inc. All rights reserved.