Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ActiveWindowlessObject Property


In This Topic
ActiveWindowlessObject Property (FpSpread)
In This Topic
Gets or sets the active windowless shape object of the component.
Syntax
'Declaration
 
Public Overridable Property ActiveWindowlessObject As ElementWindowless
 
'Usage
 
Dim instance As FpSpread
Dim value As ElementWindowless
 
instance.ActiveWindowlessObject = value
 
value = instance.ActiveWindowlessObject
See Also