示例#1
0
 /// <summary>
 /// Set the window z-order (Bottommost or not).
 /// </summary>
 /// <param name="isBottommost">If set to <c>true</c> is bottom.</param>
 public void EnableBottommost(bool isBottommost)
 {
     LibUniWinC.SetBottommost(isBottommost);
     this._isBottommost = isBottommost;
     this._isTopmost    = false; // Exclusive
 }