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


In This Topic
    GetElementStyle Method (ElementControl)
    In This Topic
    Gets the style for the element.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetElementStyle() As ElementStyle
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As ElementStyle
     
    value = instance.GetElementStyle()
    public virtual ElementStyle GetElementStyle()
    See Also