MultiSelect for WinForms
DropDownFormOptionsFlags 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : DropDownFormOptionsFlags 列挙体
Used by DropDownForm.Options property.
シンタックス
'宣言
 
Public Enum DropDownFormOptionsFlags 
   Inherits System.Enum
public enum DropDownFormOptionsFlags : System.Enum 
メンバ
メンバ解説
AlwaysPostChangesIf this flag is set, the changes to the control Value can only be cancelled explicitly, with Esc key or using the CloseDropDown method, and implicit cancellation (when the form is closed because it loses focus) is disabled.
AutoResizeIf set, the dropdown form width is automatically adjusted to the width of the owner control before the form is shown.
FixedHeightThe end users are not allowed to change the height of the dropdown form resizing it.
FixedSize= FixedWidth + FixedHeight
FixedWidthThe end users are not allowed to change the width of the dropdown form resizing it.
FocusableIndicates that DropDownForm can contain focus.
NoCancelOnEscapeIf this flag is set, pressing the Esc key does not close the form.
NoneIndicates that none of the options are set.
NoPostOnEnterIf this flag is set, pressing the Enter key does not close the form.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.DropDownFormOptionsFlags

参照

C1.Win.C1Input 名前空間