PowerTools PlusPak for Windows Forms 8.0J
GcResizePanel クラス
メンバ 

サイズ変更時にすべての子をサイズ変更できるパネルを表します。
構文
Public Class GcResizePanel 
   Inherits System.Windows.Forms.Panel
public class GcResizePanel : System.Windows.Forms.Panel 
解説

GcResizePanel には GrapeCity.Win.Components.GcResize と同じ機能があります。GrapeCity.Win.Components.GcResize を参照してください。

GcResizePanel はパネルの子コントロールに対してのみ有効であり、この点が GcResize コンポーネントとは異なります。

コントロールのサイズ変更動作をカスタマイズする場合は、以下の 2 通りの方法があります。

  1. ControlResizing イベントにアタッチして、独自のロジックを含むコードとイベントハンドラを記述する。
  2. GrapeCity.Win.Components.ResizePolicy から独自のサイズ変更ポリシーを実装し、そのインスタンスを ResizePolicies に追加する。
継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  GrapeCity.Win.Containers.GcResizePanel

プラットフォーム

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

参照

GcResizePanel メンバ
GrapeCity.Win.Containers 名前空間
GcResize クラス

Send Feedback