Spread Windows Forms 17
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
    public virtual ElementWindowless ActiveWindowlessObject {get; set;}
    See Also