Spread Silverlight Documentation
IsSelected Property (IFloatingObject)


GrapeCity.Windows.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 System.Boolean
'Usage
 
Dim instance As IFloatingObject
Dim value As System.Boolean
 
instance.IsSelected = value
 
value = instance.IsSelected
System.bool IsSelected {get; set;}

Property Value

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

Reference

IFloatingObject Interface
IFloatingObject Members