ActiveWindowlessObject Property
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
public virtual ElementWindowless ActiveWindowlessObject {get; set;}
Property Value
ElementWindowless object containing the active windowless object
See Also