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


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