'Declaration <DefaultValueAttribute()> Public Property ShowDragDropTip As Boolean
'Usage Dim instance As GcSpreadSheet Dim value As Boolean instance.ShowDragDropTip = value value = instance.ShowDragDropTip
[DefaultValue()] public bool ShowDragDropTip {get; set;}
Property Value
true
to display the drag drop tip; otherwise, false
.