Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / SetElementStyle Method / SetElementStyle(ElementStyle) Method
ElementStyle object containing the style of the element


In This Topic
    SetElementStyle(ElementStyle) Method
    In This Topic
    Sets the style for the element.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub SetElementStyle( _
       ByVal style As ElementStyle _
    ) 
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim style As ElementStyle
     
    instance.SetElementStyle(style)
    public virtual void SetElementStyle( 
       ElementStyle style
    )

    Parameters

    style
    ElementStyle object containing the style of the element
    See Also