次の方法で共有


TextBox.CanShrink プロパティ

定義

コンテンツに合わせてテキスト ボックスの高さを縮小できるかどうかを示す値を取得します。

public:
 property bool CanShrink { bool get(); };
public bool CanShrink { get; }
member this.CanShrink : bool
Public ReadOnly Property CanShrink As Boolean

プロパティ値

trueテキスト ボックスの高さを下げ、内容に合わせて小さくできる場合。それ以外の場合は . false

適用対象