GrapeCity.Xaml.SpreadSheet.Data
IsSelected Property (FloatingObject)


GrapeCity.Xaml.SpreadSheet.Data Namespace > FloatingObject Class : IsSelected Property
Gets or sets a value that indicates whether this floating object is selected.
Syntax
'Declaration
 
Public Property IsSelected As Boolean
'Usage
 
Dim instance As FloatingObject
Dim value As Boolean
 
instance.IsSelected = value
 
value = instance.IsSelected
public bool IsSelected {get; set;}

Property Value

true if this floating object is selected; otherwise, false.
See Also

Reference

FloatingObject Class
FloatingObject Members