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


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