CanShrink Property (ITextBox)
In This Topic
Gets a value indicating whether the textbox can shrink.
Syntax
'Declaration
ReadOnly Property CanShrink As Boolean
Property Value
A
System.Boolean value.
true
if the textbox can shrink; otherwise,
false
.
See Also