Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / IsBeginConnected Method


In This Topic
IsBeginConnected Method
In This Topic
Gets a boolean value indicating whether the beginning of the specified connector is connected to a shape.
Syntax
'Declaration
 
Public Function IsBeginConnected() As Boolean
 
'Usage
 
Dim instance As ConnectionShape
Dim value As Boolean
 
value = instance.IsBeginConnected()

Return Value

true if the beginning of the specified connector is connected to a shape; otherwise, false.
See Also