Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / SetElementStyle Method


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

    Parameters

    style
    See Also