SuppendSelecting Property (ChartSelectDataSource)
In This Topic
Gets or sets a value indicating whether selecting is suppend. In the most case, it will be assigned if the form open a new modeless form.
Syntax
'Declaration
Protected Property SuppendSelecting As Boolean
'Usage
Dim instance As ChartSelectDataSource
Dim value As Boolean
instance.SuppendSelecting = value
value = instance.SuppendSelecting
protected bool SuppendSelecting {get; set;}
Property Value
true
if selecting is suppend; otherwise,
false
.
See Also