ClipToBounds Property (GcTextBox)
In This Topic
Syntax
'Declaration
Public Property ClipToBounds As Boolean
'Usage
Dim instance As GcTextBox
Dim value As Boolean
instance.ClipToBounds = value
value = instance.ClipToBounds
public bool ClipToBounds {get; set;}
See Also