Ribbon for WinForms
PlacementMode 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : PlacementMode 列挙体
Describes the placement of where a tooltip appears on the screen.
シンタックス
'宣言
 
Public Enum PlacementMode 
   Inherits System.Enum
public enum PlacementMode : System.Enum 
メンバ
メンバ解説
BottomA position of the tooltip below the element above which the mouse cursor hangs.
DefaultA position of the tooltip under the ribbon.
MousePointA tooltip position under the mouse cursor.
RightA position of the tooltip to the right of the item the mouse cursor is hanging over.
継承階層

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

参照

C1.Win.Ribbon 名前空間