Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ActiveWindowlessObject Property


In This Topic
    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