Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / GetActualStyle Method / GetActualStyle(String,Element) Method

In This Topic
    GetActualStyle(String,Element) Method
    In This Topic
    Gets a actual style for current state of target element.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function GetActualStyle( _
       ByVal name As String, _
       ByVal targetElement As Element _
    ) As Style
    protected virtual Style GetActualStyle( 
       string name,
       Element targetElement
    )

    Parameters

    name
    targetElement
    See Also