OPC Studio User's Guide and Reference
SizingGrip Property



View with Navigation Tools
OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.PubSub Namespace > UADataSetDataControl Class : SizingGrip Property
Gets or sets a value indicating whether a sizing handle (grip) is displayed in the lower-right corner of the control.
Syntax
'Declaration
 
Public Property SizingGrip As Boolean
 
'Usage
 
Dim instance As UADataSetDataControl
Dim value As Boolean
 
instance.SizingGrip = value
 
value = instance.SizingGrip

Property Value

The default value of this property is True.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also