TouchToolKit for WinForms
CanZoomChildren メソッド (PropertyGridZoomPolicy)

C1.Win.C1TouchToolKit.4.5.2 アセンブリ > C1.Win.TouchToolKit 名前空間 > PropertyGridZoomPolicy クラス : CanZoomChildren メソッド
指定したコントロール。
子コントロールをズームできるかどうかを返します。PropertyGridZoomPolicy では常に false を返します。
シンタックス
'宣言
 
Public Overrides Function CanZoomChildren( _
   ByVal control As System.Windows.Forms.Control _
) As System.Boolean
public override System.bool CanZoomChildren( 
   System.Windows.Forms.Control control
)

パラメータ

control
指定したコントロール。

戻り値の型

子コントロールをズームできる場合は true。それ以外の場合は false
参照

PropertyGridZoomPolicy クラス
PropertyGridZoomPolicy メンバ