PowerTools PlusPak for Windows Forms 8.0J
DropDownDirection 列挙体

System.Windows.Forms.ToolStripDropDownを表示する場合の、親コントロールに対する向きを指定します。
構文
Public Enum DropDownDirection 
   Inherits System.Enum
public enum DropDownDirection : System.Enum 
メンバ
メンバ解説
AboveLeftDropDownContextMenuStripが親コントロールの左上に表示されるように指定します。
AboveRightDropDownContextMenuStripが親コントロールの右上に表示されるように指定します。
BelowLeftDropDownContextMenuStripが親コントロールの左下に表示されるように指定します。
BelowRightDropDownContextMenuStripが親コントロールの右下に表示されるように指定します。
DefaultSystem.Windows.Forms.RightToLeftの設定に応じて、System.Windows.Forms.ToolStripDropDownDirection.LeftまたはSystem.Windows.Forms.ToolStripDropDownDirection.Rightを指定します。
LeftDropDownContextMenuStripが親コントロールの左側に表示されるように指定します。
RightDropDownContextMenuStripが親コントロールの右側に表示されるように指定します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Common.DropDownDirection

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GrapeCity.Win.Common 名前空間

Send Feedback