PowerTools MultiRow for Windows Forms 8.0J
DialogPopupPosition 列挙体

ポップアップウィンドウが表示される位置を指定します。
構文
Public Enum DialogPopupPosition 
   Inherits System.Enum
public enum DialogPopupPosition : System.Enum 
メンバ
メンバ解説
AroundCellアクティブセルの周辺にウィンドウを表示します。基本的にはウィンドウはアクティブセルの右下に表示しますが、表示領域がない場合は別の位置に表示します。
CenterMultiRowアクティブなMultiRowコントロールの中央にウィンドウを表示します。
CenterParentFormアクティブなMultiRowコントロールが配置されている親フォームの中央にウィンドウを表示します。
CenterScreen画面の中央にウィンドウを表示します。
ManualLocation プロパティで指定した位置にウィンドウを表示します。
NotSet表示されるウィンドウの System.Windows.Forms.Form.StartPosition プロパティの値が適用されます。.
WindowsDefaultLocationWindowsによって自動的に決定された位置にウィンドウを表示します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.DialogPopupPosition

参照

GrapeCity.Win.MultiRow 名前空間

 

 


© 2008-2015 GrapeCity inc. All rights reserved.