Ribbon for WinForms
RibbonNumberFormat 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : RibbonNumberFormat 列挙体
Selects a standard format pattern for the RibbonNumericBox.
シンタックス
'宣言
 
Public Enum RibbonNumberFormat 
   Inherits System.Enum
public enum RibbonNumberFormat : System.Enum 
メンバ
メンバ解説
CurrencyThe number is converted to a string that represents a currency amount.
CustomThe number is converted to a string using the custom format pattern.
DecimalThe number is converted to a string of decimal digits (0-9), prefixed by a minus sign if the number is negative.
FixedPointThe number is converted to a string of the form "-ddddd.ddd…".
GeneralThe number is converted to the most compact of either fixed-point or scientific notation.
HexadecimalThe number is converted to a string of hexadecimal digits.
NumberThe number is converted to a string of the form "-d,ddd,ddd.ddddd…".
PercentThe number is converted to a string that represents a percent.
ScientificThe number is converted to exponential format, such as "-1.234e+15".
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Ribbon.RibbonNumberFormat

参照

C1.Win.Ribbon 名前空間