Ribbon for WinForms
RibbonTimeFormat 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : RibbonTimeFormat 列挙体
Selects a standard format pattern for the RibbonTimePicker.
シンタックス
'宣言
 
Public Enum RibbonTimeFormat 
   Inherits System.Enum
public enum RibbonTimeFormat : System.Enum 
メンバ
メンバ解説
CustomThe time is converted to a string using the custom format pattern.
LongTimeThe time is converted to a string using the format pattern for a long time value.
ShortTimeThe time is converted to a string using the format pattern for a short time value.
継承階層

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

参照

C1.Win.Ribbon 名前空間