Spread Silverlight Documentation
IsSelected Property (FloatingObject)


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

Property Value

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

Reference

FloatingObject Class
FloatingObject Members