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


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

Property Value

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

Reference

IFloatingObject Interface
IFloatingObject Members