Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / SetElementStyle Method


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

    Parameters

    style
    See Also