'宣言 Public Enum SplitMonitorAction Inherits System.Enum
public enum SplitMonitorAction : System.Enum
メンバ | 解説 |
---|---|
None | 要求されたドロップ ダウン四角に変更を加えないでください |
ShiftToMonitorWithCursor | ドロップ四角をカーソルを含むモニタにシフトします |
ShiftToMonitorWithExclusionRect | 除外四角形の最大部分を含むモニタにドロップ四角をシフトします |
UseMonitorWithCursor | マウス カーソルのあるモニタに存在するドロップ四角の一部を使用します |
UseMonitorWithLargerDropRectPortion | 最大部分を含むモニタのドロップ四角の一部を使用します。 |